Re: How do I get the contents of a url?

2008-03-13 Thread Jenda Krynicky
Date sent: Wed, 12 Mar 2008 17:00:02 -0400 From: Jonathan Mast [EMAIL PROTECTED] To: beginners@perl.org Subject:How do I get the contents of a url? How do I get the contents of a url? I mean passing a url to whatever object and receiving the content of that webpage

How do I get the contents of a url?

2008-03-12 Thread Jonathan Mast
How do I get the contents of a url? I mean passing a url to whatever object and receiving the content of that webpage as a scalar. I have a web service I want to test with perl, but I can't seem to find the right command or module to this despite looking quite a bit. thanks

Re: How do I get the contents of a url?

2008-03-12 Thread ken Foskey
On Wed, 2008-03-12 at 17:00 -0400, Jonathan Mast wrote: How do I get the contents of a url? I mean passing a url to whatever object and receiving the content of that webpage as a scalar. I have a web service I want to test with perl, but I can't seem to find the right command or module