use CGI qw/:standard/; ..... my $query = new CGI; IMPACT::Common::logRecord(Dumper($query)); .....
the above code returns the following:
$VAR1 = bless( {
'.charset' => 'ISO-8859-1',
'.parameters' => [],
'.fieldnames' => {}
}, 'CGI' );
In reply to Re^2: Cannot access form values
by Anonymous Monk
in thread Cannot access form values
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |