open (INFILE, '<', 'textfile.txt'); while (<INFILE>) { chomp; print "$_\n"; } close (INFILE);
In reply to Re: Can't open file using Perl as CGI
by jonnyfolk
in thread Can't open file using Perl as CGI
by timtowtdi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |