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 to this despite looking quite a bit.
> 
> thanks

use WWW::Mechanize;

Look it up on http://search.cpan.org

-- 
Ken Foskey
FOSS developer


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to