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 | |
by Sinister (Friar) on Jun 14, 2002 at 09:01 UTC |