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

2001-09-07 Thread Michael Fowler
On Sat, Sep 08, 2001 at 01:18:43AM +0530, Suresh Babu.A [Support] wrote: > I do have 1 GB space. Further when i copy the text file from the network > to my local hard disk, it is working. Ah, I see. I did a bit more looking and it turns out the "Not enough space" might be referring to memory.

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

2001-09-07 Thread Stephen P. Potter
Lightning flashed, thunder crashed and Michael Fowler <[EMAIL PROTECTED]> whi spered: | On Fri, Sep 07, 2001 at 11:22:31PM +0530, Suresh Babu.A [Support] wrote: | > 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? | | Wha

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

2001-09-07 Thread Suresh Babu.A [Support]
Hi Michael, I do have 1 GB space. Further when i copy the text file from the network to my local hard disk, it is working. Thanks SureshA [EMAIL PROTECTED] === The cause of evil is our desire to be superior to o

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

2001-09-07 Thread Michael Fowler
On Fri, Sep 07, 2001 at 11:22:31PM +0530, Suresh Babu.A [Support] wrote: > 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? What is the confusion? There wasn't enough space left on the drive to open the file. Michael -- Admini

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

2001-09-07 Thread Suresh Babu.A [Support]
lt;[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Unable to open a File 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

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 wh

Re: Unable to open a File

2001-09-06 Thread brian d foy
In article , [EMAIL PROTECTED] (Suresh Babu.A) wrote: > 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"); make sure you check to see what the er

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 PROTECTE