--- Will Muir <[EMAIL PROTECTED]> wrote:
> 
> Here is a quick one, when using HTTP::Request to get data from a website how do I if 
>I should
> use get or post to receive that content of the site.  I am pretty new to this so 
>please be
> gentle.
> 
> Thanks in advance
> 
> will
> 

If your just trying to grab a page or something, try LWP::Simple.

Then it's something like:
@ThePage = get($url); # (double check the syntax see the POD)

Greg

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to