Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: WWW::Mechanize submission problem

by no21 (Sexton)
on Feb 05, 2006 at 13:22 UTC ( [id://528065]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub login{
    
    ...
        print "Done.\n";
    
    }#sub login
    
  2. or download this
    $mech->set_visible( "my_username", "my_password");
    
  3. or download this
    sub login{
    
    ...
        print "Done.\n";
    
    }#sub login
    
  4. or download this
    $mech->submit();
    
  5. or download this
    my $button = $mech->current_form()->find_input(undef, "submit");
    $mech->click_button(input => $button)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found