Not enough space

2001-09-16 Thread Suresh Babu.A [Support]
Hello, Can anyone help me to identify where the problem is in the below code. = Error Msg : Not enough space at 1.pl line 2. = #!c:/iperl/cgi-bin/perl.exe open (FHAN,

CPI PERL SITE

2001-09-07 Thread Suresh Babu.A [Support]
Hi All, Can any one suggest me a link to online CGI-Perl Book. Thanks SureshA [EMAIL PROTECTED] === The cause of evil is our desire to be superior to others and our selfishness.

Re: Unable to open a File -- ANY HELP PLS.

2001-09-07 Thread Suresh Babu.A [Support]
Hi All, [Sat Oct 6 16:56:59 2001] abn.pl: Not enough space at abn.pl line 6 What is the error all about? Thanks Suresh -- Forwarded message -- Date: Fri, 7 Sep 2001 02:37:33 +0530 (GMT) From: Suresh Babu.A [Support] [EMAIL PROTECTED] To: brian d foy [EMAIL PROTECTED] Cc

Unable to open a File

2001-09-06 Thread Suresh Babu.A [Support]
Hi All, I am unable to open the file, using the below mentioned code. open (FHTML,Z:\\amro\\log\\va.txt) || die (Can't Open the File); Web Server : Apache OS : Windows 95 The file va.txt is having full permission (rwx for all). Thanks in advance. Thanks SureshA [EMAIL PROTECTED]

Re: Unable to open a File

2001-09-06 Thread Suresh Babu.A [Support]
Hi Brain, When i tried $!, i got the below error [Sat Oct 6 16:56:59 2001] abn.pl: Can't Open the File. [Sat Oct 6 16:56:59 2001] abn.pl: Not enough space at abn.pl line 6 for the code $lfile=Z:\\amro\\log\\sar\\pa.txt; open (FHTML, $lfile) || die (Can't Open the File.\n$!); But when i

Help Me

2001-08-29 Thread Suresh Babu.A [Support]
Dear All, I have problem in opening the file and closing it in the below mentioned script. Kindly help me to fix it. Thanks in advance. Thanks Suresh A. #!/usr/local/bin/perl -w $shipdir=/databin/OUTGOING/SHIPMENT/bis/suresh; $custdir=/uhome/cachet/temp/temp1/cust/;

Perl Regular Expressions

2001-08-06 Thread Suresh Babu.A [Support]
Hi, Any free links for Perl regular expressions, kindly provide me !!! Thanks SureshA [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Executing Remote Script with parameters

2001-07-07 Thread Suresh Babu.A [Support]
Ladies and Gentlemen, I am executing a script from the client, which should internally call a script of a remote server and i have to pass argument from the client. Any help regarding this is much appreticated. Thank you very much for your time. SureshA [EMAIL PROTECTED]