|
my script suddenly get this error today, Aug 23rd, 2006.
CGI::upload: syntax error at upload_file.cgi line 69
Is this because of the new CGI module recent update on Aug 21st?
This is the line that get error
my $fh = $cgi->upload('upload_file');
This script has been using every day and just get error today.
|