WWW::PipeViewer::ParseXML - Convert XML to a HASH ref structure. |
WWW::PipeViewer::ParseXML - Convert XML to a HASH ref structure.
Parse XML content and return an HASH ref structure.
Usage:
use WWW::PipeViewer::ParseXML;
my $hash_ref = WWW::PipeViewer::ParseXML::xml2hash($xml_string);
Parse XML and return an HASH ref.
Trizen, <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
You can find documentation for this module with the perldoc command.
perldoc WWW::PipeViewer::ParseXML
Copyright 2012-2015 Trizen.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See https://dev.perl.org/licenses/ for more information.
WWW::PipeViewer::ParseXML - Convert XML to a HASH ref structure. |