If you merge the GET and POST params before calling import_names, parameters of both types will be imported.
for my $param ($cgi->url_params()) { $cgi->append( -name => $param, -values => [ $cgi->url_param($param) ], ); }
The unusual is doable. It just takes a bit more work.
In reply to Re^6: CGI Parameters
by ikegami
in thread CGI Parameters
by salazar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |