Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: URI::Escape::escape_char error when posting to a form inside perl script

by kcott (Archbishop)
on Jan 31, 2013 at 05:59 UTC ( [id://1016222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use HTTP::Request::Common;
      $ua = LWP::UserAgent->new;
      $ua->request(POST 'http://somewhere/foo', [foo => bar, bar => foo]);
    
  2. or download this
    my $Page = $Browser->request(POST $URLtoPostTo, [%Fields]);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-24 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found