It "die" on the the first line. The error on log is "Permission denied at /usr/lib/cgi-bin/script.cgi"open ( UPLOADFILE, ">$filepath" ) or die "$!"; binmode UPLOADFILE; while ( <$file> ) { print UPLOADFILE $_; } close($file); close UPLOADFILE; }
In reply to Re^2: Perl can't write files
by aboboras
in thread Perl can't write files
by aboboras
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |