LWP - The World-Wide Web library for Perl
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...
OALDERS/libwww-perl-6.67 - 14 Jun 2022 20:24:12 UTC - Search in distribution
perl58delta - what is new for perl v5.8.0
This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
GD::Graph - Graph Plotting Module for Perl 5
GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTC - Search in distribution
File::Temp - return name and handle of a temporary file safely
"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...
ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC - Search in distribution
IO::Lambda - non-blocking I/O as lambda calculus
This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...
KARASIK/IO-Lambda-1.31 - 29 May 2022 13:27:48 UTC - Search in distribution- IO::Lambda::Backtrace - backtrace chains of events
primes - generate primes
The primes utility prints primes in ascending order, one per line, starting at or above *start* and continuing until, but not including *stop*. The *start* value must be at least 0 and not greater than stop. The *stop* value must not be greater than ...
BDFOY/PerlPowerTools-1.028 - 19 Jan 2022 05:50:02 UTC - Search in distribution- factor - factor a number
CGI::Safe - Safe method of using CGI.pm. This is pretty much a two-line change for most CGI scripts.
If you've been working with CGI.pm for any length of time, you know that it allows uploads by default and does not have a maximum post size. Since it saves the uploads as a temp file, someone can simply upload enough data to fill up your hard drive t...
OVID/CGI-Safe-1.25 - 04 Oct 2005 21:54:33 UTC - Search in distribution
SuperSplit - Provides methods to split/join in two or more dimensions
Supersplit is just a consequence of the possibility to use multi-dimensional arrays in perl. Because that is possible, one also wants a way to convenienently split data into a nD-array (at least I want to). And vice versa, of course. Supersplit/join ...
JEROENES/SuperSplit-0.06 - 12 Apr 2001 14:28:31 UTC - Search in distribution
Text::xSV - read character separated files
This module is for reading and writing a common variation of character separated data. The most common example is comma-separated. However that is far from the only possibility, the same basic format is exported by Microsoft products using tabs, colo...
TILLY/Text-xSV-0.21 - 03 Nov 2009 07:29:25 UTC - Search in distribution
Filter::CBC - Source filter for Cipher Block Chaining
Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data....
BEATNIK/Filter-CBC-0.10 - 18 Sep 2007 15:45:38 UTC - Search in distribution
Tie::Static - create static lexicals
This module makes it easy to produce static variables. A static variable is a variable whose value will remain constant from invocation to invocation. The usual way to produce this is to create an enclosing scope which contains a lexically scoped var...
TILLY/Tie-Static-0.04 - 10 Apr 2005 06:22:03 UTC - Search in distribution
DBIx::Tree::NestedSet
This module implements a "Nested Set" parent/child tree, and is focused (at least in my mind) towards offering methods that make developing web applications easier. It should be generally useful, though. See the "SEE ALSO" section for resources that ...
DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC - Search in distribution
Text::RecordParser - read record-oriented files
This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequentia...
KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 UTC - Search in distribution
File::Stream - Regular expression delimited records from streams
Perl filehandles are streams, but sometimes they just aren't powerful enough. This module offers to have streams from filehandles searched with regexes and allows the global input record separator variable to contain regexes. Thus, readline() and the...
SMUELLER/File-Stream-2.30 - 06 Feb 2011 18:19:20 UTC - Search in distribution
Sub::Auto - declare individual handlers for AUTLOADed subs, respecting can and inheritance
"AUTOLOAD", like other languages' "method-missing" features is a useful feature for those situations when you want to handle sub or method calls dynamically, and can't pre-generate the subroutines with accessor generators. To be sure, this is almost ...
OSFAMERON/Sub-Auto-0.0202 - 24 Nov 2009 22:28:16 UTC - Search in distribution
Math::Fleximal - Integers with flexible representations.
This is a package for doing integer arithmetic while using a different base representation than normal. In base n arithmetic you have n symbols which have a representation. I was going to call them "glyphs", but being text strings they are not really...
TILLY/Math-Fleximal-0.06 - 10 Apr 2005 06:23:56 UTC - Search in distribution
Sys::RunAlone - make sure only one invocation of a script is active at a time
Provide a simple way to make sure the script from which this module is loaded, is only running once on the server. Optionally allow for retrying execution until the other instance of the script has finished....
TILLY/Sys-RunAlone-0.13 - 21 Sep 2017 20:22:36 UTC - Search in distribution
Role::RunAlone - prevent multiple instances of a script from running
This Role provides a simple way for a command line script to ensure that only a single instance of said script is able to run at one time. This is accomplished by trying to obtain an exclusive lock on the script's "__DATA__" or "__END__" section. The...
BOFTX/Role-RunAlone-v0.1.0 - 07 Sep 2020 06:41:06 UTC - Search in distribution
LWP::Authen::OAuth2 - Make requests to OAuth2 APIs.
DOMM/LWP-Authen-OAuth2-0.19
-
10 Mar 2022 15:44:31 UTC
-
Search in distribution
- LWP::Authen::OAuth2::Overview - Overview of accessing OAuth2 APIs with LWP::Authen::OAuth2
- LWP::Authen::OAuth2::ServiceProvider - ServiceProvider base class
- LWP::Authen::OAuth2::ServiceProvider::Google - Google OAuth2
- 9 more results from LWP-Authen-OAuth2 »
Class::AutoloadCAN - Make AUTOLOAD, can and inheritance cooperate.
This module solves a fundamental conflict between AUTOLOAD, can and inheritance. The problem is that while you can implement anything in AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify UNIVERSAL::can to document those met...
TILLY/Class-AutoloadCAN-0.03 - 10 Apr 2005 06:18:27 UTC - Search in distribution