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 "
In reply to Re^2: Cannot access form values
by Anonymous Monk
in thread Cannot access form values
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |