Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Using Mechanize With Odd Query String

by repellent (Priest)
on Mar 03, 2012 at 21:12 UTC ( #957713=note: print w/replies, xml ) Need Help??


in reply to Using Mechanize With Odd Query String

Your form key/value pairs need to be specified as Content:
$browser->post("$BASEURL?use-a", { 'target' => '195' } ); # now a hash +ref

The documentation for ->post mentions $field_name which may be confused as being a form key name. The $field_name => $value pairs actually get pushed onto the Header instead of the Content.

Replies are listed 'Best First'.
Re^2: Using Mechanize With Odd Query String
by Anonymous Monk on Mar 06, 2012 at 22:12 UTC
    Thank you. I did not understand the documentation even when I re-read it. Thank you for explaining it succinctly.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2023-06-08 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?