Here is the code:
while(<$filepath>)
{
print " $_"; # Executes successful
}
while (<$filepath2>) # Can not open the file for reading
{
print "$_";
}
what would possibly be wrong?
In reply to reading more than one file in a CGI Script. by Tadros
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |