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

Re: Can you help a french user ?

by Gangabass (Vicar)
on Apr 07, 2013 at 14:27 UTC ( [id://1027375]=note: print w/replies, xml ) Need Help??


in reply to Can you help a french user ?

As I see you need to POST instead of GET.

And remember Life is short so use WWW::Mechanize; It will automatically work with cookies for you, process forms, links etc.

use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->agent_alias("Windows IE 6"); $mech->get($base); $mech->submit_form( with_fields => { login => $user, password => $pass, 'btn_login.x' => 66, 'btn_login.y' => 17, }, );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found