Search results for "GSAR"
CPAN - query, download and build perl modules from CPAN sites
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
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...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlport - Writing portable Perl
- perlbug - how to submit bug reports on Perl
- perl561delta - what's new for perl v5.6.1
- 7 more results from perl »
Event - Event loop processing
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
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
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
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
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
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
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
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
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
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- Win32::Mutex - Use Win32 mutex objects from Perl
- Win32::Semaphore - Use Win32 semaphore objects from Perl
- Win32::ChangeNotify - Monitor events related to files and directories
Getting
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
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
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
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
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
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
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