How to Install and Uninstall perl-Tie-Cycle Package on openSUSE Leap
Last updated: November 23,2024
1. Install "perl-Tie-Cycle" package
Please follow the steps below to install perl-Tie-Cycle on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Tie-Cycle
Copied
2. Uninstall "perl-Tie-Cycle" package
Please follow the guidance below to uninstall perl-Tie-Cycle on openSUSE Leap:
$
sudo zypper remove
perl-Tie-Cycle
Copied
3. Information about the perl-Tie-Cycle package on openSUSE Leap
Information for package perl-Tie-Cycle:
---------------------------------------
Repository : Main Repository
Name : perl-Tie-Cycle
Version : 1.225-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 17.8 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Cycle-1.225-1.24.src
Upstream URL : http://search.cpan.org/dist/Tie-Cycle/
Summary : Cycle through a list of values via a scalar
Description :
You use 'Tie::Cycle' to go through a list over and over again. Once you get
to the end of the list, you go back to the beginning. You don't have to
worry about any of this since the magic of tie does that for you.
The tie takes an array reference as its third argument. The tie should
succeed unless the argument is not an array reference. Previous versions
required you to use an array that had more than one element (what's the
pointing of looping otherwise?), but I've removed that restriction since
the number of elements you want to use may change depending on the
situation.
During the tie, this module makes a shallow copy of the array reference. If
the array reference contains references, and those references are changed
after the tie, the elements of the cycle will change as well. See the
included _test.pl_ script for an example of this effect.
---------------------------------------
Repository : Main Repository
Name : perl-Tie-Cycle
Version : 1.225-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 17.8 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Cycle-1.225-1.24.src
Upstream URL : http://search.cpan.org/dist/Tie-Cycle/
Summary : Cycle through a list of values via a scalar
Description :
You use 'Tie::Cycle' to go through a list over and over again. Once you get
to the end of the list, you go back to the beginning. You don't have to
worry about any of this since the magic of tie does that for you.
The tie takes an array reference as its third argument. The tie should
succeed unless the argument is not an array reference. Previous versions
required you to use an array that had more than one element (what's the
pointing of looping otherwise?), but I've removed that restriction since
the number of elements you want to use may change depending on the
situation.
During the tie, this module makes a shallow copy of the array reference. If
the array reference contains references, and those references are changed
after the tie, the elements of the cycle will change as well. See the
included _test.pl_ script for an example of this effect.