How to Install and Uninstall libtie-array-iterable-perl Package on Kali Linux

Last updated: May 08,2024

1. Install "libtie-array-iterable-perl" package

Please follow the guidance below to install libtie-array-iterable-perl on Kali Linux

$ sudo apt update $ sudo apt install libtie-array-iterable-perl

2. Uninstall "libtie-array-iterable-perl" package

Learn how to uninstall libtie-array-iterable-perl on Kali Linux:

$ sudo apt remove libtie-array-iterable-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtie-array-iterable-perl package on Kali Linux

Package: libtie-array-iterable-perl
Version: 0.03-2
Installed-Size: 51
Maintainer: Debian Perl Group
Architecture: all
Depends: perl
Size: 16748
SHA256: 3e3a9b28da45ea9c007761d73c779e62c6d2dcc82683e6fb41e1a1d5eb7d3688
SHA1: f34e0219d9f89e27ede55613b3c39c2c9a28a426
MD5sum: 53edcc761ec51424e469884a9a26dc21
Description: module allowing creation of iterators for lists and arrays
Tie::Hash::Iterable allows one to create iterators for lists and arrays. The
concept of iterators is borrowed from the C++ STL [1], in which most of the
collections have iterators, though this class does not attempt to fully mimic
it.
.
Typically, in C/C++ or Perl, the 'easy' way to visit each item on a list is
to use a counter, and then a for( ;; ) loop. However, this requires knowledge
on how long the array is to know when to end. In addition, if items are
removed or inserted into the array during the loop, then the counter will be
incorrect on the next run through the loop, and will cause problems.
.
While some aspects of this are fixed in Perl by the use of for or foreach,
these commands still suffer when items are removed or added to the array
while in these loops. Also, if one wished to use break to step out of a
foreach loop, then restart where they left at some later point, there is no
way to do this without maintaining some additional state information.
Description-md5:
Homepage: https://metacpan.org/release/Tie-Array-Iterable
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-array-iterable-perl/libtie-array-iterable-perl_0.03-2_all.deb