Install libset-tiny-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libset-tiny-perl
Description:
module for simple sets of strings
Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. . For a more complete implementation of mathematical set theory, see Set::Scalar. For sets of arbitrary objects, see Set::Object.
Homepage: https://metacpan.org/release/Set-Tiny
Version: 0.04-1
Section: universe/perl