![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: File upload quit workingby Anonymous Monk |
on Jan 19, 2012 at 12:42 UTC ( #948773=note: print w/replies, xml ) | Need Help?? |
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
So yes, there was definitely a problem
In Section
Seekers of Perl Wisdom
|
|