http://www.perlmonks.org?node_id=70256

odie has asked for the wisdom of the Perl Monks concerning the following question:

I am looking for a simple www access module that allows me to retrieve html documents, and more important, to make a POST request to a web server and get the output. I know it exists. It simply must. Question is: What is its name?

Odie

--
I am a manual signature virus. Copy me please!

Replies are listed 'Best First'.
Re: Simple www access?
by how do i know if the string is regular expression (Initiate) on Apr 06, 2001 at 00:06 UTC
Re: Simple www access?
by suaveant (Parson) on Apr 05, 2001 at 23:59 UTC
    Look at LWP
                    - Ant