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 - Search in distributionYou 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.226 - 12 Jan 2021 09:39:43 UTC - Search in distributionDLAND/Tie-Cycle-Sinewave-0.05 - 07 Nov 2007 21:42:58 UTC - Search in distribution
For a tutorial-style introduction, please read the Coro::Intro manpage. This manpage mainly contains reference information. This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or ...
MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distributionWurm implements a fold-r Plack web application container. It is meant for quickly building PSGI-based applications using a multiple dispatch pattern that is driven by anonymous sub-routines. Requests are passed down a set of handlers based on "PATH_I...
PRAVUS/Wurm-0.0.8 - 04 Apr 2017 14:07:19 UTC - Search in distributionCatalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTC - Search in distributionThe Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC - Search in distribution- perlvar - Perl predefined variables
- perlepigraphs - list of Perl release epigraphs
- perlepigraphs - list of Perl release epigraphs
- 8 more results from perl »
ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution
This module is meant to be overridden by a class that will implement persistence for the SPOPS objects. This persistence can come by way of flat text files, LDAP directories, GDBM entries, DBI database tables -- whatever. The API should remain the sa...
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC - Search in distributionJSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...
ISHIGAKI/JSON-PP-4.06 - 23 Jan 2021 23:58:07 UTC - Search in distributionThis module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...
KARASIK/IO-Lambda-1.30 - 30 Jun 2019 08:19:09 UTC - Search in distributionDHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC - Search in distribution
SOFTDIA/Docs-US_DOD-STD2167A-0.06 - 16 Sep 2003 03:56:37 UTC - Search in distribution
This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....
ETHER/perlfaq-5.20201107 - 07 Nov 2020 21:03:16 UTC - Search in distributionAll widgets, and images have a standard mechanism for setting and querying attibutes or options. The mechanism is based on two methods configure and cget. The behaviour of these methods is as follows: *$widget*->configure(*-option*=>*value* ?,*-optio...
SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distributionNOTE: This document is still under construction. Expect it to be incomplete in places. This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to assume that the inter...
PMQS/BerkeleyDB-0.64 - 17 Sep 2020 08:45:55 UTC - Search in distributionDB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the...
PMQS/DB_File-1.855 - 13 Oct 2020 18:36:01 UTC - Search in distributionThis package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...
MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC - Search in distribution"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...
KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC - Search in distribution