[Perl-unix-users] Error Message

2002-08-01 Thread Nagesh Reddy
Hi all, When i am trying to run my perl scripts i have the following error message on my screen. Can you please suggest me as what is the cause of the problem and how to correct this. Can't load '/opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl' for module IO: Inva lid argument at /opt/perl5/l

[Perl-unix-users] Error Message

2002-08-01 Thread Nagesh Reddy
Hi all, When i am trying to run my perl scripts i have the following error message on my screen. Can you please suggest me as what is the cause of the problem and how to correct this. Can't load '/opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl' for module IO: Inva lid argument at /opt/perl5/li

[Perl-unix-users] Upgradation Problem

2002-07-15 Thread Nagesh Reddy
Hi all, I have been using perl5.00503 all these days to run my perl scripts. But when i have upgraded to 5.6.1 and executed my scripts i have the following error thrown... CAN'T LOAD '/OPT/PERL5/LIB/5.00503/PA-RISC2.0/AUTO/IO/IO.SL' FOR MODULE IO: INVALID ARGUMENT AT /OPT/PERL5/LIB/5.00503/PA

[Perl-unix-users] exporting perl variable

2002-06-27 Thread Nagesh Reddy
Hi all, I have a small requirement. 1) I will declare a variable named 'k' in my perl program. 2) Now i will invoke a shell script from my perl program. 3) I want the shell program to access this variable and modify it. Is this possible ? Thanks, Nagesh. **Disc

[Perl-unix-users] Oracle Database Access

2002-06-18 Thread Nagesh Reddy
Title: SNMP Traps Hi all ,   I would like  to access  Oracle  database  from my perl program for performing various operations. I am working  on  HP-UX . Do any of  you guys  know  of the modules available at  CPAN   which are better and  reliable for achieving this. Your suggestions will

Re: [Perl-unix-users] ^M characters

2002-04-24 Thread Nagesh Reddy
o occurs if you ftp an ascii file using Binary method.. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig B. Nakata > Sent: Wednesday 24 April 2002 06:24 > To: 'Nagesh Reddy'; [EMAIL PROTECTED] > Subject: RE: [Pe

Re: [Perl-unix-users] ^M characters

2002-04-23 Thread Nagesh Reddy
attachment or are they coming after the parsing is done. I want to get rid of these characters from the detached file. Thanks, - Original Message - From: "Allegakoen, Justin Devanandan" <[EMAIL PROTECTED]> To: "'Nagesh Reddy'" <[EMAIL PROTECTE

[Perl-unix-users] ^M characters

2002-04-23 Thread Nagesh Reddy
Hi all , I have a problem after detaching a attachment from a e-mail , I am able to see that the detached attachment contains ^M characters appended to each line. Can anyone tell me how do i get rid of the ^M characters in the file detached from a e-mail. Thanks, Nage

[Perl-unix-users] Parsing a e-mail

2002-04-17 Thread Nagesh Reddy
Hi Everyone , I have some queries about parsing a e-mail message stored in unix mail box. I am facing a small problem with my program. My requirements are : " Clients keep sending e-mails to my Unix Inbox with attachments and I need to read each message and sep

Re: [Perl-unix-users] length of a string

2002-04-04 Thread Nagesh Reddy
I think u can use the length function. my $len=length($name); - Original Message - From: "Johnno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 5:39 PM Subject: [Perl-unix-users] length of a string > How do i find out how long (many chars) a string has..

Re: [Perl-unix-users] Mail Attactments

2002-03-03 Thread Nagesh Reddy
Hey Guys , Mail::Sender module is the perfect one to send e-mails with any number of attachments. I am using it on my Unix machine and it works perfectly well. Thanks, Nagesh. - Original Message - From: "Jenda Krynicky" <[EMAIL PROTECTED]> To: "Unix (E-mail)" <[EMAIL PROTEC

[Perl-unix-users] problem

2001-11-24 Thread Nagesh Reddy
Hi Everyone , I have some queries about parsing a e-mail message stored in unix mail box. I am facing a small problem with this program. My original problem definition is that : " Mails come from Internet to my Unix Inbox with attachments. I need to read each message