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 "GSAR"

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

DB - programmatic interface to the Perl debugging API River stage five • 11292 direct dependents • 32664 total dependents

Perl debug information is frequently required not just by debuggers, but also by modules that need some "special" information to do their job properly, like profilers. This module abstracts and provides all of the hooks into Perl internal debugging f...

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

Event - Event loop processing River stage two • 14 direct dependents • 24 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

B::C - Perl compiler's C backend River stage zero No dependents

This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution
  • B::CC - Perl compiler's optimized C translation backend

Alias - declare symbolic aliases for perl data River stage one • 3 direct dependents • 3 total dependents

Provides general mechanisms for aliasing perl data for convenient access. This module works by putting some values on the symbol table with user-supplied names. Values that are references will get dereferenced into their base types. This means that a...

GSAR/Alias-2.32 - 01 May 1999 02:28:15 UTC - Search in distribution

MLDBM - store multi-level Perl hash structure in single level tied hash River stage two • 15 direct dependents • 21 total dependents

This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases. It...

CHORNY/MLDBM-2.05 - 21 Feb 2013 09:26:42 UTC - Search in distribution

Data::Dumper - stringified perl data structures, suitable for both printing and eval River stage five • 1586 direct dependents • 32646 total dependents

Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return...

NWCLARK/Data-Dumper-2.183 - 05 Jul 2021 07:07:44 UTC - Search in distribution

Win32::OLE - OLE Automation extensions River stage two • 36 direct dependents • 38 total dependents

This module provides an interface to OLE Automation from Perl. OLE Automation brings VisualBasic like scripting capabilities and offers powerful extensibility and the ability to control many Win32 applications from Perl scripts. The Win32::OLE module...

JDB/Win32-OLE-0.1713 - 03 Apr 2021 04:13:13 UTC - Search in distribution

File::Sort - Sort a file or merge sort multiple files River stage one • 1 direct dependent • 1 total dependent

This module sorts text files by lines (or records). Comparisons are based on one or more sort keys extracted from each line of input, and are performed lexicographically. By default, if keys are not given, sort regards each input line as a single fie...

CNANDOR/File-Sort-1.01 - 23 Jan 2002 05:12:37 UTC - Search in distribution

Install - Build and install wxPerl River stage two • 56 direct dependents • 67 total dependents

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

perlnumber - Semántica de números y operaciones numéricas en Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Win32::IPC - Base class for Win32 synchronization objects River stage one • 4 direct dependents • 5 total dependents

This module is loaded by the other Win32 synchronization modules. You shouldn't need to load it yourself. It supplies the wait functions to those modules. The synchronization modules are Win32::ChangeNotify, Win32::Event, Win32::Mutex, & Win32::Semap...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC - Search in distribution

IT::perlfork River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

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

This document covers the resources available to the mod_perl 2.0 core developer. Please notice that you probably want to read the user's help documentation if you have problems using mod_perl 2.0. The following mailing lists and resources can be of a...

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

Data::Dump - Pretty printing of data structures River stage four • 318 direct dependents • 2640 total dependents

This module provides a few functions that traverse their argument list and return a string containing Perl code that, when "eval"ed, produces a deep copy of the original arguments. The main feature of the module is that it strives to produce output t...

GARU/Data-Dump-1.25 - 26 Jun 2021 04:05:25 UTC - Search in distribution

Tie::IxHash - ordered associative arrays for Perl River stage four • 152 direct dependents • 1972 total dependents

This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary suppl...

CHORNY/Tie-IxHash-1.23 - 24 Feb 2013 11:37:35 UTC - Search in distribution

Data::DumpXML - Dump arbitrary data structures as XML River stage one • 4 direct dependents • 6 total dependents

This module provides a single function called dump_xml() that takes a list of Perl values as its argument and produces a string as its result. The string returned is an XML document that represents any Perl data structures passed to the function. Ref...

GAAS/Data-DumpXML-1.06 - 18 Dec 2003 09:19:15 UTC - Search in distribution

Win32::Clipboard - Interaction with the Windows clipboard River stage one • 2 direct dependents • 2 total dependents

This module lets you interact with the Windows clipboard: you can get its content, set it, empty it, or let your script sleep until it changes. This version supports 3 formats for clipboard data: * text ("CF_TEXT") The clipboard contains some text; t...

JDB/Win32-Clipboard-0.58 - 11 Dec 2013 22:27:29 UTC - Search in distribution

Tie::RefHash - Use references as hash keys River stage three • 16 direct dependents • 935 total dependents

This module provides the ability to use references as hash keys if you first "tie" the hash variable to this module. Normally, only the keys of the tied hash itself are preserved as references; to use references as keys in hashes-of-hashes, use Tie::...

ETHER/Tie-RefHash-1.40 - 10 Oct 2020 20:40:27 UTC - Search in distribution

Data::Dump::SortKeys - Data::Dump but lets you custom sort hash keys River stage one • 3 direct dependents • 7 total dependents

An experimental fork of Data::Dump 1.23 which lets you custom sort hash keys and dump coderefs. This module provide a few functions that traverse their argument and produces a string as its result. The string contains Perl code that, when "eval"ed, p...

PERLANCAR/Data-Dump-SortKeys-0.04 - 28 Dec 2015 12:39:46 UTC - Search in distribution
24 results (0.046 seconds)