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, "< z:\\amro\\log\\sa.txt") or die ($!);
$abn=<FHAN>;
while ($abn ne "") {
printf "$abn\n";
$abn=<FHAN>;
}
close (FHAN);
=========================================================
My Machine Config is
Windows 95 and 32-bit
perl, v5.6.1
=========================================================
File details of sa.txt 1350 byte and 18 lines. When the file is copied to
the local hard disk it is working file. I can't understand why ? Thanks
for the help in advance.
=========================================================
Thanks
SureshA
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]