in reply to Cannot access form values

Could you give us more details - piece of code, server environment etc?

---
Michael Stepanov aka nite_man

It's only my opinion and it doesn't have pretensions of absoluteness!

Replies are listed 'Best First'.
Re^2: Cannot access form values
by Anonymous Monk on Apr 04, 2005 at 13:40 UTC
    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 "