Can you use LWP::Simple?

use LWP::Simple;

my $content = get("http://www.google.com/";);
 
--

Matthew Kunzman
Software Engineer 
Boise, ID USA

Email:     matt_...@rocketmail.com 

Website:   http://www.mattkunzman.com
LinkedIn:  http://www.linkedin.com/pub/matthew-kunzman/b/5ba/94a
-------------------------------------------------------------------------


>________________________________
> From: Natxo Asenjo <natxo.ase...@gmail.com>
>To: beginners@perl.org 
>Sent: Wednesday, August 21, 2013 11:32 AM
>Subject: Re: string match question
> 
>
>
>*snip*
>I agree with Rob Dixon I should be parsing the html, but unfortunately
>getting it was proving more complicated than this. 
>
>*snip*

Reply via email to