![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: CGI::Application and start_multipart_form stumperby cees (Curate) |
on Dec 06, 2005 at 18:55 UTC ( [id://514596]=note: print w/replies, xml ) | Need Help?? |
Are you sure you are not just getting bit by the sticky fields in CGI.pm?
If 'rm' already has a value, then CGI.pm will not overwrite it unless you also pass the -override => 1 option.
You can easily check this by looking at the generated HTML and making sure the runmode is what you expect it to be.
In Section
Seekers of Perl Wisdom
|
|