Search results for "module:Tie::Cycle"
Tie::Cycle - Cycle through a list of values via a scalar.
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 ...
OCEORA/Acme-OCEORA-Utils-0.03 - 02 Jul 2017 06:31:45 UTC
Tie::Cycle - Cycle through a list of values via a scalar.
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 ...
BDFOY/Tie-Cycle-1.227 - 08 Jan 2022 21:25:44 UTC
Tie::Cycle::Sinewave - Cycle through a series of values on a sinewave
DLAND/Tie-Cycle-Sinewave-0.05
-
07 Nov 2007 21:42:58 UTC
Tie::Toggle - False and true, alternately, ad infinitum.
You use "Tie::Toggle" to go back and forth between false and true over and over again. You don't have to worry about any of this since the magic of tie does that for you by using "Tie::Cycle". Any time you access the value, it flips. You can also use...
BDFOY/Tie-Toggle-1.084 - 08 Jan 2022 22:22:37 UTC
Tie::SecureHash - A tied hash that supports namespace-based encapsulation
The problem In Perl objects are just variables that have been associated with a particular package. Typically they're blessed hashes, or arrays, or scalars; occasionally they're darker mysteries, like typeglobs or closures. And because they are usual...
ZARQUON/Tie-SecureHash-1.10 - 20 Aug 2015 01:30:12 UTC
Tie::Scalar::Callback - a tied scalar which executes a callback everytime it is used
"Tie::Scalar::Callback" is a class for creating tied scalars which execute a callback everytime an event occurs on the scalar. The callback's return value becomes the scalar's apparent value....
DFARRELL/Tie-Scalar-Callback-0.07 - 01 Oct 2016 14:03:10 UTC