How to Install libxml-simple-perl in Ubuntu 18.04



Install libxml-simple-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libxml-simple-perl

Description:

Perl module for reading and writing XML

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module to maintain XML files (especially configuration files). Two functions are exported: XMLin() and XMLout(). . The simplest approach is to call these two functions directly, but an optional object oriented interface allows them to be called as methods of an XML::Simple object. The object interface can also be used at either end of a SAX pipeline.

Homepage: https://metacpan.org/release/XML-Simple

Version: 2.24-1

Section: perl