in reply to @CGI $q->upload() doesnt work properly
See this and follow the links deep, it discusses same problems your code has (in addition to what Eliya said)
The cgi documentation says $CGI::DISABLE_UPLOADS not $main::q::DISABLE_UPLOADS
See also Tutorials: Variable Scoping in Perl: the basics, Coping with Scoping , and start making subs/passing them arguments
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: @CGI $q->upload() doesnt work properly
by AlexTape (Monk) on Mar 09, 2012 at 11:39 UTC | |
by Anonymous Monk on Mar 09, 2012 at 12:55 UTC | |
by AlexTape (Monk) on Mar 09, 2012 at 13:31 UTC |