How to Install libparse-fixedlength-perl in Ubuntu 18.04



Install libparse-fixedlength-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libparse-fixedlength-perl

Description:

Perl module to parse a string containing fixed length fields

The Parse::FixedLength module facilitates the process of breaking a string into its fixed-length components. Sure, it's a glorified (and in some ways more limited) substitute for the perl functions pack and unpack, but this module helps in the maintainability of working with fixed length formats as the number of fields in a format grows.

Homepage: http://search.cpan.org/dist/Parse-FixedLength/

Version: 5.39-1

Section: universe/perl