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

Search results for "CYCLES"

cpp_check_cycles.pl - check for cycle includes in the baseline. River stage zero No dependents

This will check for cyclic includes in the baseline. Cyclic includes are redundant since each h file is a set of promises by the programmer to the compiler and it is protected against double inclusion. If a cycle exists, then this protection is the o...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Devel::Cycle - Find memory cycles in objects River stage three • 16 direct dependents • 776 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

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

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

IOC - A lightweight IOC (Inversion of Control) framework River stage one • 1 direct dependent • 1 total dependent

This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible ...

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution

Pvm - Perl extension for the Parallel Virtual Machine (PVM) Message Passing System River stage zero No dependents

The "PVM" message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Labora...

EWALKER/Pvm-0.9 - 27 Jun 1996 10:52:04 UTC - Search in distribution

AnyData - (DEPRECATED) easy access to data in many formats River stage zero No dependents

The rather wacky idea behind this module and its sister module DBD::AnyData is that any data, regardless of source or format should be accessible and modifiable with the same simple set of methods. This module provides a multidimensional tied hash in...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC - Search in distribution

pfind - A Perl based find replacement River stage zero No dependents

pfind is a replacement for the standard find command where the countless flags and options are mostly all replaced by a single option (--exec) that can execute arbitrary Perl code. See examples of pfind in action below, in the "EXAMPLES" section....

MATHIAS/App-Pfind-1.05 - 04 Sep 2019 20:21:23 UTC - Search in distribution

JSONP - a module to quickly build JSON/JSONP web services, providing also some syntactic sugar acting a bit like a sort of DSL (domain specific language) for JSON. River stage one • 1 direct dependent • 5 total dependents

The purpose of JSONP is to give an easy and fast way to build JSON-only web services that can be used even from a different domain from which one they are hosted on. It is supplied only the object interface: this module does not export any symbol, ap...

ACANFORA/JSONP-2.26 - 22 Apr 2022 09:40:27 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution
  • PDL::Dataflow - description of the dataflow implementation and philosophy

Sitelen River stage zero No dependents

Sitelen Mute is a static photo gallery generator. It takes all the images it can find in the source directory and writes a static gallery to the output directory: scaled images, zipped originals, thumbnails, Javascript code for navigation, and an HTM...

SCHROEDER/App-sitelenmute-3.02 - 27 May 2021 18:18:08 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

OOPS - Object Oriented Persistent Store River stage one • 1 direct dependent • 1 total dependent

The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...

MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 UTC - Search in distribution

perl5160delta - what is new for perl v5.16.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

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

Gantry - Web application framework for mod_perl, cgi, etc. River stage one • 3 direct dependents • 3 total dependents

Note, if you want to know how to use Gantry, you should probably start by reading Gantry::Docs::QuickStart or Gantry::Docs::Tutorial. Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL ...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

DBG - A collection of debugging functions River stage zero No dependents

This is just a collection of functions useful for debugging. Instead of adding use Data::Dumper; use B::Deparse; use Devel::Size qw(total_size); and so forth you can just type use DBG; at the top of the script. If you're using git, or another version...

GSG/DBG-v0.4.1 - 24 Jan 2020 20:12:16 UTC - Search in distribution

Control::CLI - Command Line Interface I/O over either Telnet or SSH (IPv4 & IPv6) or Serial port River stage one • 2 direct dependents • 2 total dependents

A Command Line Interface (CLI) is an interface where the user is presented with a command prompt and has to enter ASCII commands to drive or control or configure that device. That interface could be the shell on a unix system or some other command in...

LSTEVENS/Control-CLI-2.11 - 28 Aug 2022 18:55:55 UTC - Search in distribution

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution

chmod - change permissions of files River stage one • 1 direct dependent • 1 total dependent

chmod sets the permissions of files. The first argument after the options is permission the files should be given. OPTIONS chmod accepts the options described below. The options -L, -H and -P are mutally exclusive, and only the last given option will...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution
  • chgrp - change group ownership of files
  • chown - change ownership of files
255 results (0.078 seconds)