use CGI qw(:standard); my %formdata = (); map { $formdata{$_} = param($_); } param; if(exists $formdata{'parametername'}) {do something;}
20050606 Janitored by Corion: Added formatting, put code in between <code>...</code> tags
In reply to Re^2: Is $formdata present?
by Anonymous Monk
in thread Is $formdata present?
by ecuguru
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |