The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "tie::cycle"

Tie::Cycle - Cycle through a list of values via a scalar. River stage zero No dependents

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 distribution

Tie::Cycle - Cycle through a list of values via a scalar. River stage one • 4 direct dependents • 4 total dependents

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.228 - 04 Feb 2024 06:41:52 UTC - Search in distribution

Tie::Cycle::Sinewave - Cycle through a series of values on a sinewave River stage one • 2 direct dependents • 3 total dependents

DLAND/Tie-Cycle-Sinewave-0.05 - 07 Nov 2007 21:42:58 UTC - Search in distribution

Coro - the only real threads in perl River stage two • 53 direct dependents • 69 total dependents

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 distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

Wurm - Simple. Easy. Crawls in your teeth. Web framework. Did I mention it was a web framework? Another one. River stage zero No dependents

Wurm 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 distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst 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...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

perlvar - Perl predefined variables River stage five • 11292 direct dependents • 32664 total dependents

The 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...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution

SPOPS - Simple Perl Object Persistence with Security River stage one • 2 direct dependents • 2 total dependents

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 distribution

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

JSON::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.16 - 30 Dec 2022 04:33:20 UTC - Search in distribution

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

This 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.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

FAST::List::Gen - provides functions for generating lists River stage zero No dependents

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC - Search in distribution

lib/Docs/US_DOD/STD490A.pm River stage zero No dependents

SOFTDIA/Docs-US_DOD-STD2167A-0.06 - 16 Sep 2003 03:56:37 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Tk::options - Standard options supported by widgets and their manipulation River stage three • 160 direct dependents • 171 total dependents

All 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 distribution

BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4, 5 or 6 River stage two • 30 direct dependents • 42 total dependents

NOTE: 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.65 - 13 May 2022 07:08:08 UTC - Search in distribution

DB_File - Perl5 access to Berkeley DB version 1.x River stage three • 55 direct dependents • 259 total dependents

DB_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.859 - 21 Aug 2023 10:04:14 UTC - Search in distribution

Forks::Super - extensions and convenience methods to manage background processes River stage one • 1 direct dependent • 1 total dependent

This 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

Module::Generic::Array - An Array Manipulation Object Class River stage two • 15 direct dependents • 19 total dependents

The purpose of this class/package is to provide an object-oriented approach at array manipulation...

JDEGUEST/Module-Generic-v0.35.3 - 09 Apr 2024 21:49:20 UTC - Search in distribution
47 results (0.072 seconds)