WWW::PipeViewer::ParseXML - Convert XML to a HASH ref structure.

NAME

WWW::PipeViewer::ParseXML - Convert XML to a HASH ref structure.

SYNOPSIS

Parse XML content and return an HASH ref structure.

Usage:

use WWW::PipeViewer::ParseXML;
my $hash_ref = WWW::PipeViewer::ParseXML::xml2hash($xml_string);

SUBROUTINES/METHODS

xml2hash($xml_string)

Parse XML and return an HASH ref.

AUTHOR

Trizen, <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc WWW::PipeViewer::ParseXML

LICENSE AND COPYRIGHT

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.