The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "devel::cycle"

Devel::Cycle - Find memory cycles in objects River stage three • 16 direct dependents • 763 total dependents

This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks. EXPORT The find_cycle() and find_weake...

LDS/Devel-Cycle-1.12 - 14 Nov 2014 13:59:23 UTC - Search in distribution

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

perlvar - Perl predefined variables River stage five • 11693 direct dependents • 33184 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

Catalyst - The Elegant MVC Web Application Framework River stage three • 605 direct dependents • 679 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

oi_manage - Manage OpenInteract websites and packages River stage zero No dependents

oi_manage is the command-line interface for managing packages within OpenInteract and installing new OpenInteract websites. It is also useful for developers so they can export their work into a *tar.gz* file for distribution, or install it into the O...

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC - Search in distribution

Graph - graph data structures and algorithms River stage three • 84 direct dependents • 147 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 39 direct dependents • 90 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

Perlude River stage one • 2 direct dependents • 2 total dependents

MARCC/perlude-0.61 - 11 May 2015 01:37:42 UTC - Search in distribution

auto-build - run automated, unattended software build processes River stage zero No dependents

DANBERR/Test-AutoBuild-1.2.4 - 01 Sep 2011 21:11:37 UTC - Search in distribution

Net::Async::WebService::lxd - REST client (asynchronous) for lxd Linux containers River stage zero No dependents

DRRHO/Net-Async-WebService-lxd-0.03 - 25 May 2022 15:23:49 UTC - Search in distribution

Keyword::Declare - Declare new Perl keywords...via a keyword...named keyword River stage two • 16 direct dependents • 16 total dependents

This module implements a new Perl keyword: "keyword", which you can use to specify other new keywords. Normally, to define new keywords in Perl, you either have to write them in XS (shiver!) or use a module like Keyword::Simple or Keyword::API. Using...

DCONWAY/Keyword-Declare-0.001018 - 19 Aug 2021 21:38:39 UTC - Search in distribution

Net::API::Stripe - An interface to Stripe API River stage one • 1 direct dependent • 1 total dependent

This is a comprehensive Stripe API. It provides an object oriented friendly interface for which I put a lot of hard work so you could spend your time on other aspects of your development. This distribution is almost completely auto-generated based on...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC - Search in distribution

App::Options - Combine command line options, environment vars, and option file values (for program configuration) River stage two • 8 direct dependents • 13 total dependents

App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values....

SPADKINS/App-Options-1.12 - 12 Oct 2010 15:50:14 UTC - Search in distribution

Test::Weaken - Test that freed memory objects were, indeed, freed River stage one • 1 direct dependent • 3 total dependents

"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

Every - return true every N cycles or S seconds River stage one • 1 direct dependent • 1 total dependent

Returns true when the conditions (cycles or seconds elapsed) are met. The first cycle doesn't count (so e.g. "every(100)" will be true at 100, 200, etc.) Thanks to Dr.Ruud on comp.lang.perl.misc for helping with this idea, and to Jerry Hedden for cle...

TEODOR/Every-0.08 - 01 Apr 2010 19:02:15 UTC - Search in distribution

CGI::Session - persistent session data in CGI applications River stage two • 43 direct dependents • 56 total dependents

CGI::Session provides an easy, reliable and modular session management system across HTTP requests....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC - Search in distribution

Moose::Manual::Delta - Important Changes in Moose River stage four • 2930 direct dependents • 4024 total dependents

This documents any important or noteworthy changes in Moose, with a focus on things that affect backwards compatibility. This does duplicate data from the Changes file, but aims to provide more details and when possible workarounds. Besides helping k...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Data::Overlay - merge/overlay data with composable changes River stage zero No dependents

Basic Idea The overlay functions can be used to apply a group of changes (also called an overlay) to a data structure, non-destructively, returning a shallow-ish copy with the changes applied. "Shallow-ish" meaning shallow copies at each level along ...

BOWMANBS/Data-Overlay-0.54 - 19 Mar 2012 07:00:28 UTC - Search in distribution
67 results (0.105 seconds)