in reply to Re^3: Web form to alter files is writing to file before submit button is pressed.
in thread Web form to alter files is writing to file before submit button is pressed.
"calling_parms_table()"
CGI/CGI::Simple provide
my $q = CGI->new; print $cgi->header(), $q->dump, '<hr>', CGI->new( \%ENV )->Dump;
I don't think I'd use CGI::Minimal, it appears to be too not well tested, the bug cue is very empty
|
---|