![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Using Mechanize With Odd Query Stringby repellent (Priest) |
on Mar 03, 2012 at 21:12 UTC ( #957713=note: print w/replies, xml ) | Need Help?? |
Your form key/value pairs need to be specified as Content:
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.
In Section
Seekers of Perl Wisdom
|
|