Hi perlatwork,
On Saturday 12 Jun 2010 19:59:55 perl wrote:
> I tried to use LibXML .. when i never to the correct libXML read file
> ... when i tried to use the LWP download which is an XML .. how to use
> it please help me ...
>
First of all, add "use strict;" and "use warnings;". That would
I tried to use LibXML .. when i never to the correct libXML read file
... when i tried to use the LWP download which is an XML .. how to use
it please help me ...
/use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
my $response =
$ua->get("http://www.perlmonks.org/?displaytype=xml;node_id=3989";);