Hi Chas Owens,

Thanks for your reply.
Is there a way to parse and get the info from xml withou using
XML::Twig?

Thanks,
Thomas Reddy 

-----Original Message-----
From: Chas. Owens [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 18, 2008 3:11 PM
To: Allam Reddy, Thomas
Cc: beginners@perl.org
Subject: Re: help me in reading the xml file

On Jan 18, 2008 4:34 AM, Allam Reddy, Thomas <[EMAIL PROTECTED]>
wrote:
> Hi Chas Owens,
>
> Thanks for your reply.
>
> I am getting the following error when running the code given in the 
> mail.
>
>
> Can't locate XML/Twig.pm in @INC (@INC contains:
snip

XML::Twig is not part of Core Perl.  It (and its dependencies) must be
installed.  Depending on your setup, this may be as easy as running

cpan install XML::Twig

on the command line.

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


Reply via email to