in reply to Re: File upload quit working
in thread File upload quit working
So I fixed it myself. Thank you for taking the time to offer a suggestion. There were no errors at all.
CGI offers two interface, oo interface CGI->new ... and functional interface use CGI qw/ param upload /; ...
If you're trying to use the functional interface, but you fail to import param/upload, your program would have died with
$ perl -MCGI -e " param() " Undefined subroutine &main::param called at -e line 1.
So yes, there was definitely a problem
|
|---|