How to Install libobject-insideout-perl in Ubuntu 18.04



Install libobject-insideout-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libobject-insideout-perl

Description:

comprehensive inside-out object construction kit

Object::InsideOut is a Perl module that implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). The scalar reference is set as read-only to prevent accidental modifications to the ID. Object data (such as fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID.

Homepage: https://metacpan.org/release/Object-InsideOut

Version: 4.04-1

Section: universe/perl