Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Error when using WWW::Mechanize

by kschwab (Vicar)
on Dec 15, 2013 at 15:16 UTC ( [id://1067237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub login()
    {
    ...
        $mech->click_button('value'=>'Sign in using our secure server');
        
    }
    
  2. or download this
    eval {$mech->click_button('value'=>'does not exist')};
    if ($@) {
        warn("Can't click button\n");
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found