Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Error in SSL login via LWP

by Kanji (Parson)
on Jun 14, 2002 at 07:41 UTC ( [id://174430]=note: print w/replies, xml ) Need Help??


in reply to Error in SSL login via LWP

For the 'Bareword "login"' error, you need to quote your keys if they contain any non-alphanumerics or clash with any other Perl functions so that they don't get misintepreted (such as in your code as login() . 'userid').

{ 'login.userid' => 'test@test.com', # <--- 'login.password' => 'testabc', # <--- cmd => 'LoginValidation', login => 'Login', }

    --k.


Replies are listed 'Best First'.
Re: Re: Error in SSL login via LWP
by inblosam (Monk) on Jun 14, 2002 at 08:50 UTC
    Definitely got rid of the error (thank you!) but the page still gives the same error. Any more ideas?

    Michael Jensen
    michael at inshift.com
    http://www.inshift.com
      It would appear that AdWords is a session-based site, and that you get specific stuff, stuffed into your server-side session at the 'homepage'.
      This could explain why you cannot enter any other page than that...

      er formait hyarya.
      -- "Life is a house and the next tornado is never far away"
      -- "lovely by nature"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 19:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found