Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hey, monks! This is probably an easy question for you guys, but I haven't unearthed the answer on CPAN yet.
I'm looking for a Perl module to do the same thing as Python's urllib module -- which will attach character encode query string parameters to a URL to form a complete HTTP GET request. Most importantly, urllib returns the response.
Perl may have several options. If you can mention a few, I would greatly appreciate it.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl equivalent to Python's urllib module?
by Corion (Patriarch) on Jul 07, 2012 at 20:07 UTC | |
|
Re: Perl equivalent to Python's urllib module?
by tobyink (Canon) on Jul 07, 2012 at 20:44 UTC |