Search results for "LEMBARK"
perlfaq4 - Data Manipulation
This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution
Net::Server - Extensible, general Perl server engine
"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
List::Compare - Compare elements of two or more lists
JKEENAN/List-Compare-0.55
-
16 Aug 2020 22:42:25 UTC
-
Search in distribution
Pod::Multi - pod2man, pod2text, pod2html simultaneously
When you install a Perl module from CPAN, documentation gets installed which is readable with perldoc and (at least on *nix-like systems) with man as well. You can convert that documentation to text and HTML formats with two utilities that come along...
JKEENAN/Pod-Multi-0.10 - 16 May 2017 16:47:12 UTC - Search in distribution
Selenium::Remote::Driver - Perl Client for Selenium Remote Driver
Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote dr...
TEODESIAN/Selenium-Remote-Driver-1.48 - 02 Jan 2023 15:43:46 UTC - Search in distribution
FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin.
General Use This module will locate directories along the path to $FindBin::Bin and "use lib" or export an array of the directories found. The default is to locate "lib" directories and "use lib" them without printing the list. Options controll wheth...
LEMBARK/FindBin-libs-v3.0.2 - 17 Oct 2022 16:10:22 UTC - Search in distribution- FindBin::libs - stable version of code for older perl installations.
- FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin.
- FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin.
Exporter::Proxy - Simplified symbol export & proxy dispatch.
This installs 'import' and 'exports' subroutines into the callers namespace. The 'import' does the usual deed: exporting symbols by name; 'exports' simplifies introspection by listing the exported symbols (useful for testing). The optional "dispather...
LEMBARK/Exporter-Proxy-1.008002 - 13 Apr 2018 18:22:05 UTC - Search in distribution
Object::Exercise - Generic execution & benchmark harness for method calls.
This package exports a single subroutine , $exercise, which functions as an OO execution loop (see 'export' for changing the installed name). $execute is a subroutine reference that takes an object and set of operations. The first element in that lis...
LEMBARK/Object-Exercise-3.1.1 - 11 Apr 2018 18:05:16 UTC - Search in distribution
Object::Trampoline - delay object construction, and optinally using the class' module, until a method is actually dispatched, simplifies runtime definition of handler classes.
There are times when constructing an object is expensive or has to be delayed -- database handles in heavily forked apache servers are one example. This module creates a "trampoline" object: when called it replaces the object you have with the object...
LEMBARK/Object-Trampoline-1.50.4 - 10 Mar 2018 18:51:33 UTC - Search in distribution
Parallel::Queue - OO and imperitive interface for forking queues.
This module is mostly boilerplate around fork, reporting the outcome of forked jobs. Jobs arrive either as coderefs or objects that can "next_job" (blessed coderefs which cannot "next_job" are treated as ordinary coderefs). Jobs can be dispatched wit...
LEMBARK/Parallel-Queue-v4.0.5 - 06 Mar 2022 16:57:39 UTC - Search in distribution
Module::FromPerlVer - install modules compatible with the running perl.
Basic idea: Divide up the source space for a module distro by supporting Perl version. At that point when you want to start using features in a new version of Perl just start a new directory and work with it. When you release the module distro the mo...
LEMBARK/Module-FromPerlVer-0.030000 - 09 May 2018 19:00:56 UTC - Search in distribution
Quantum::Superpositions - QM-like superpositions in Perl
The Quantum::Superpositions module adds two new operators to Perl: "any" and "all". Each of these operators takes a list of values (states) and superimposes them into a single scalar value (a superposition), which can then be stored in a standard sca...
LEMBARK/Quantum-Superpositions-2.03 - 08 Jul 2018 20:35:01 UTC - Search in distribution
Statistics::WeightedSelection - Select a random object according to its weight.
A "Statistics::WeightedSelection" object is intended to hold unordered objects (at least logically from the caller's perspective) that each have a corresponding weight. The objects can be any perl scalar or object, and the weights can be any positive...
ALANVOSS/Statistics-WeightedSelection-0.002 - 08 Jul 2014 09:52:37 UTC - Search in distributionDevel::SharedLibs - output of ldd results for $^X and %INC
Initial Sanity Checks Aside from failing to open the output file, lack of "ldd" on the user's path will cause this to fail. When DEVEL_SHAREDLIBS_PRINT is true an intiail check of "ldd --version" is run. If this returns non-zero then a failure messag...
LEMBARK/Devel-SharedLibs-v0.3.3 - 07 Mar 2016 15:45:41 UTC - Search in distribution
Keyword::Value - assign a constant to a variable or symbol.
This module installs a "value" keyword which can be used to create constant-valued varabies in Perl5. The "value" keyword can be applied to simple scalars, nested structures such as arrays or hashes, or the return value of subroutine calls. The norma...
LEMBARK/Keyword-Value-v0.1.2 - 21 Jan 2018 20:22:57 UTC - Search in distribution
Signal::StackTrace - install signal handler to print a stacktrace.
This will print a stack trace to STDERR -- similar to the sigtrap module but without the core dump using simpler syntax. The module arguemts are signals on which to print the stack trace. For normally-terminating signals (e.g., TERM, QUIT) it is proa...
LEMBARK/Signal-StackTrace-0.04 - 28 Nov 2007 16:08:08 UTC - Search in distribution
Signal::StackTrace::CarpLike - install signal handler to print a Carp-like stacktrace
This module is a fork of Signal::StackTrace, which has a uselessly verbose output format. But its interface is perfect, hence this module, which just uses "cluck" in Carp. This will print a stack trace to STDERR -- similar to the sigtrap module but w...
SARTAK/Signal-StackTrace-CarpLike-0.01 - 29 Mar 2011 14:10:48 UTC - Search in distribution