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.49 - 24 Sep 2020 00:29:49 UTC - Search in distributionThis 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 ...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC - Search in distributionGD::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" 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 distributionThis 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.30 - 30 Jun 2019 08:19:09 UTC - Search in distribution- IO::Lambda::Backtrace - backtrace chains of events
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.020 - 15 Sep 2020 17:12:15 UTC - Search in distribution- factor - factor a number
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 distributionSupersplit 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 distributionThis 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 distributionDOMM/LWP-Authen-OAuth2-0.17 - 22 Nov 2020 16:45:26 UTC - Search in distribution
- LWP::Authen::OAuth2::Overview - Overview of accessing OAuth2 APIs with LWP::Authen::OAuth2
- LWP::Authen::OAuth2::ServiceProvider - Understand OAuth2 Service Providers
- LWP::Authen::OAuth2::AccessToken - Access tokens for OAuth 2.
- 2 more results from LWP-Authen-OAuth2 »
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 distributionThis 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 distributionThis 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 distributionThis 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 distributionPerl 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"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 distributionThis 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 distributionProvide 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 distributionThis 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 distributionThis 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