hparashu has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I am using XML::Simple to parse the contents of an XML file. While parsing like this -
my $ref = XMLin([<xml file or string>] [, <options>]);how do i pick only keys of my interest & not all keys in XML file to get into hashref?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple - how to select keys while parsing?
by daxim (Curate) on Oct 09, 2013 at 16:49 UTC | |
|
Re: XML::Simple - how to select keys while parsing?
by Jenda (Abbot) on Oct 09, 2013 at 17:52 UTC | |
|
Re: XML::Simple - how to select keys while parsing?
by talexb (Chancellor) on Oct 09, 2013 at 16:52 UTC | |
by Jenda (Abbot) on Oct 09, 2013 at 18:18 UTC | |
|
Re: XML::Simple - how to select keys while parsing?
by AlexTape (Monk) on Oct 09, 2013 at 16:52 UTC | |
|
Re: XML::Simple - how to select keys while parsing?
by Bloodnok (Vicar) on Oct 10, 2013 at 09:42 UTC |