How to Install libscalar-string-perl in Ubuntu 18.04



Install libscalar-string-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libscalar-string-perl

Description:

Perl module concerning the string aspects of scalars

Scalar::String is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. . This module provides functions to classify a string by encoding and to encode a string in a desired way.

Homepage: https://metacpan.org/release/Scalar-String

Version: 0.003-1

Section: universe/perl