in reply to Re: Cannot access form values
in thread Cannot access form values

We use apache on a linux box.
Some code:
use CGI qw/:standard/;
....
my $query = new CGI;
.........
$username = $query->param("username");
IMPACT::Common::logRecord("Attempted login for $username");
........

The last line of code above prints the following in the logfile:
"Attempted login for "