|
|
| "be consistent" | |
| PerlMonks |
Re: URI::Escape::escape_char error when posting to a form inside perl scriptby kcott (Parson) |
| on Jan 31, 2013 at 05:59 UTC ( #1016222=note: print w/ replies, xml ) | Need Help?? |
|
G'day marknher, Welcome to the monastery. According to the HTTP::Request::Common documentation, the request() method, when used with POST, takes its list of key-value pairs as an arrayref:
You're using a hashref (\%Fields). I'd suggest changing your request() call to:
-- Ken
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||