Install libxml-struct-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libxml-struct-perl
Description:
represent XML as data structure preserving element order
XML::Struct implements a mapping between XML and Perl data structures. By default, the mapping preserves element order, so it also suits for "document-oriented" XML. In short, an XML element is represented as array reference with three parts: . [ $name => \%attributes, \@children ] . This data structure corresponds to the abstract data model of MicroXML
Homepage: https://github.com/nichtich/XML-Struct
Version: 0.26-1
Section: universe/perl