Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Cannot access form values

by nite_man (Deacon)
on Apr 04, 2005 at 11:24 UTC ( [id://444624]=note: print w/replies, xml ) Need Help??


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 "
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://444624]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 22:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found