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 "module::D'oh"

D::oh - Debug module that redirects STDOUT and STDERR River stage zero No dependents

The module, when used, prints all "STDERR" or "STDOUT" to a given file, which is by default "/tmp/D'oh". "stderr(FILENAME)" and "stdout(FILENAME)" start the redirection. Redirection is not reversible (unless you save-and-restore the filehandles yours...

CNANDOR/D-oh-1.01 - 19 Jun 2018 06:17:18 UTC - Search in distribution

y2k - A simple module to detect y2k bugs River stage zero No dependents

Most Y2k bugs written in Perl are typically very easy to catch. This module catches them. The idea is simple, it provides its own loaded versions of localtime() and gmtime() which return trick years. If this year is used in a manner which is not "cro...

MSCHWERN/D-oh-Year-0.06 - 02 Jul 2007 03:18:34 UTC - Search in distribution
  • D'oh::Year - Catch stupid mistakes when mucking with years, like Y2K bugs

changes River stage three • 52 direct dependents • 103 total dependents

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

Switch - A switch statement for Perl, do not use if you can use given/when River stage two • 24 direct dependents • 30 total dependents

The Switch.pm module implements a generalized case mechanism that covers most (but not all) of the numerous possible combinations of switch and case values described above. The module augments the standard Perl syntax with two new control statements:...

CHORNY/Switch-2.17 - 18 Mar 2014 12:30:25 UTC - Search in distribution

SUPER - control superclass method dispatch River stage three • 17 direct dependents • 268 total dependents

When subclassing a class, you occasionally want to dispatch control to the superclass -- at least conditionally and temporarily. The Perl syntax for calling your superclass is ugly and unwieldy: $self->SUPER::method(@_); especially when compared to i...

CHROMATIC/SUPER-1.20190531 - 31 May 2019 23:58:05 UTC - Search in distribution

uny2k - Removes y2k fixes River stage zero No dependents

Y2K has come and gone and none of the predictions of Doom and Gloom came to past. As the crisis is over, you're probably wondering why you went through all that trouble to make sure your programs are "Y2K compliant". uny2k.pm is a simple module to re...

MSCHWERN/uny2k-19.1080828 - 28 Aug 2008 22:39:31 UTC - Search in distribution

Tree::RB - Perl implementation of the Red/Black tree, a type of balanced binary search tree. River stage one • 1 direct dependent • 2 total dependents

This is a Perl implementation of the Red/Black tree, a type of balanced binary search tree. A tied hash interface is also provided to allow ordered hashes to be used. See the Wikipedia article at <http://en.wikipedia.org/wiki/Red-black_tree> for furt...

ARUNBEAR/Tree-RB-0.500006 - 07 Oct 2017 13:34:31 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

IO::Stringy - I/O on in-core objects like strings and arrays River stage zero No dependents

This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC - Search in distribution

rubyisms - Steal some features from Ruby River stage zero No dependents

If you can't beat 'em, join 'em. This module exports some functionality to make Perl behave more like Ruby. Additionally, all classes which "use rubyisms" inherit from class "Class", and take a basic "new" method from there. (which creates a blessed ...

SIMON/rubyisms-1.0 - 23 Jan 2003 16:50:13 UTC - Search in distribution

AnyEvent::Util - various utility functions. River stage three • 414 direct dependents • 673 total dependents

This module implements various utility functions, mostly replacing well-known functions by event-ised counterparts. All functions documented without "AnyEvent::Util::" prefix are exported by default. POD ERRORS Hey! The above document had some coding...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Params::Util - Simple, compact and correct param-checking functions River stage four • 187 direct dependents • 7122 total dependents

"Params::Util" provides a basic set of importable functions that makes checking parameters a hell of a lot easier While they can be (and are) used in other contexts, the main point behind this module is that the functions both Do What You Mean, and D...

REHSACK/Params-Util-1.102 - 02 Nov 2020 07:08:01 UTC - Search in distribution

Net::HTTPTunnel - Create sockets that are tunnels through an HTTP 1.1 proxy River stage one • 1 direct dependent • 2 total dependents

The only member function in Net::HTTPTunnel not inherited from IO::Socket::INET is the constructor new(). New takes the following name-value pairs of arguments: 'remote-host' => 'some.host.com' [required] The system to which you want the tunnel to co...

RWAHBY/Net-HTTPTunnel-0.51 - 19 Sep 2005 15:06:36 UTC - Search in distribution

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distribution

Acme::CPANModules::OneAndTwoDecimalDigitsVersionTrap - List of CPAN distributions which have been trapped by the one- and two decimal digits versioning scheme River stage one • 1 direct dependent • 1 total dependent

The x.y and x.yy versioning scheme used in Perl distribution has a trap: when you release a new version by incrementing the patchlevel part into x.y.z and x.yy.z, the new version number will be *less* than x.y and x.yy because x.y and x.yy will numif...

PERLANCAR/Acme-CPANModules-OneAndTwoDecimalDigitsVersionTrap-0.003 - 23 Feb 2024 01:43:28 UTC - Search in distribution

File::Corresponding::Config::Find - Locate config files (e.g. per user) River stage zero No dependents

Locate named config files in the usual places, e.g. the current dir, the user's home directory (cross platform). First the preferred_dirs are searched, then the user's document directory, data directory, and home directory....

JOHANL/File-Corresponding-0.004 - 12 Oct 2014 14:03:21 UTC - Search in distribution

Bot::BasicBot::Pluggable::Module::Tea - Tea round organising IRC bot River stage zero No dependents

AJCT/Bot-BasicBot-Pluggable-Module-Tea-0.01 - 24 Feb 2012 09:17:48 UTC - Search in distribution
17 results (0.046 seconds)