I'm new to perl and I need to parse an file which contains both structured and
unstructured XML messages. Can someone help me to understand how to parse XML
files/data into either simple readable or html format? I'm not sure how to
proceed like which module I've have to use etc. any pointers wou
ng/Modules
>
Robert Wohlfarth wrote:
> On Wed, Apr 7, 2010 at 2:39 PM, Open Source wrote:
>
>> I'm new to perl and I need to parse an file which contains both structured
>> and unstructured XML messages. Can someone help me to understand how to
>> parse XML files/data
I would like to download all the modules (atleast important ones) from cpan
website and keep them in my local disk rather going into www everytime. Can
someone tell how to download all of them? Cheers
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beg
Shawn, actually I would setup something like mirror site (locally) so all the
modules.
> - Original Message -
> From: Shawn H Corey
> Sent: 04/09/10 08:04 PM
> To: Open Source
> Subject: Re: Modules download from CPAN
>
Open Source wrote:
> I would like to dow
I'm getting this error:
Undefined subroutine &XML::Simple::XMLin called at ./sample.pl line 3.
Here's my code and input file:
use XML::Simple;
use Data::Dumper;
$data = XMLin("sample.xml");
print Dumper($data);
John
43
M
Operations
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.
> - Original Message -
> From: Brad Baxter
> Sent: 04/16/10 01:31 AM
> To: beginners@perl.org
> Subject: Re: XML Parser Error
>
On 4/15/2010 1:40 PM, Open Source wrote:
> I'm getting this error:
>
> Undefined subroutine&XML::Simple::XMLin called at ./