in reply to Re: Cannot access form values
in thread Cannot access form values
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' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Cannot access form values
by PodMaster (Abbot) on Apr 04, 2005 at 23:46 UTC |