Search results for "module:Tie::STDERR"

Tie::STDERR - Send output of your STDERR to a process or mail River stage zero No dependents

Sends all output that would otherwise go to STDERR either by email to root or whoever is responsible, or to a file or a process, or calls your function at the end of the script. This way you can easily change the destination of your error messages fr...

JANPAZ/Tie-STDERR-0.26 - 23 Dec 1998 10:52:26 UTC

lib/Tie/Tickit/LogAny/STDERR.pm River stage one • 2 direct dependents • 3 total dependents

TEAM/Tickit-Widget-LogAny-0.005 - 31 Dec 2016 13:09:19 UTC

Tie::Select - Provides a localized interface to the select function River stage zero No dependents

The Perl builtin "print", when not called with an explicit file handle, will print to the file handle designated by the "select" command. This is a global action, which is bad. Further, it has an awkward interface for restoring a previous handle; on ...

JBERGER/Tie-Select-0.01 - 31 Jan 2012 06:44:21 UTC

Neovim::Ext::Tie::Stream - Tie STDOUT/STDERR River stage zero No dependents

JACQUESG/Neovim-Ext-0.06 - 15 Jan 2023 22:03:52 UTC

Tie::STDOUT - intercept writes to STDOUT and apply user-defined functions to them. River stage one • 2 direct dependents • 3 total dependents

This module intercepts all writes to the STDOUT filehandle and applies whatever function you desire to what would have gone to STDOUT. In the example above, any use of the print() function on this filehandle will have its output transmogrified into u...

DCANTRELL/Tie-STDOUT-1.0500 - 25 Nov 2021 20:41:49 UTC

Tie::DB_Lock - ties hashes to databases using shared and exclusive locks River stage zero No dependents

This is a front-end for the DB_File package. If you tie a hash in read-only mode, this module puts a shared lock on the database file, copies it to a temporary file, unlocks the original database, and then ties the tempfile using DB_File. If you tie ...

KWILLIAMS/Tie-DB_Lock-0.07 - 22 Oct 2002 21:27:31 UTC

Tie::Log4perl River stage zero No dependents

Tie a filehandle so that whatever is printed to it is instead logged via Log4perl, as recommended by Log::Log4Perl::FAQ, except that using the filehandle you tie as an appender will not cause infinite recursion....

FRODWITH/Tie-Log4perl-0.1 - 30 Jun 2009 00:11:37 UTC

Apache::XPP River stage zero No dependents

Apache::XPP is an HTML parser which on run time compiles and runs embedded perl code....

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC

Tie::FileSystem - Access file system via a Perl hash River stage zero No dependents

Tie::FileSystem represents file system as a Perl hash. Each hash key corresponds to name of a directory or a file. For example, for a file "/etc/passwd" it will be $data{'etc'}{'passwd'}. Contents of the file "/etc/passwd" becomes a value correspondi...

INITDOTD/Tie-FileSystem-2.15 - 21 Mar 2007 00:15:34 UTC

Tie::SecureHash - A tied hash that supports namespace-based encapsulation River stage one • 1 direct dependent • 1 total dependent

The problem In Perl objects are just variables that have been associated with a particular package. Typically they're blessed hashes, or arrays, or scalars; occasionally they're darker mysteries, like typeglobs or closures. And because they are usual...

ZARQUON/Tie-SecureHash-1.10 - 20 Aug 2015 01:30:12 UTC

Tie::Hash::DBD - tie a plain hash to a database table River stage zero No dependents

This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Tie::Array::DBD - tie a plain array to a database table River stage zero No dependents

This module ties an array to a database table using only an "index" and a "value" field. If no tables specification is passed, this will create a temporary table with "h_key" for the key field and a "h_value" for the value field. I think it would mak...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Acme::Tie::Eleet - Perl extension to 5pE4k 1Ik3 4n 3l337! River stage zero No dependents

Have you ever wanted to speak like an eleet? Do you feel like it's too difficult to do your case mixin' manually? Tired of being laugh at by your mates because your quotes don't make you look like an h4x0r? Well, there's a solution, and you're readin...

JQUELIN/Acme-Tie-Eleet-1.0.2 - 26 Nov 2007 12:50:29 UTC

Devel::Carnivore - Spy on your hashes (and objects) River stage zero No dependents

This module allows you to debug your hashes and, in particular, your objects based on hashes without using the perl debugger. There are several good reasons to do this. Among them: 1) You're too stupid to use the perl debugger (This is true for me) 2...

MALTEU/Devel-Carnivore-0.09 - 27 Sep 2002 12:42:56 UTC

Tie::Handle::Filter - [DEPRECATED] filters filehandle output through a coderef River stage one • 1 direct dependent • 2 total dependents

DEPRECATION NOTICE: This module distribution is deprecated in favor of Text::OutputFilter, which is more robust while being functionally identical, or PerlIO::via::dynamic, which uses a different mechanism that may offer better performance. This is a...

MJGARDNER/Tie-Handle-Filter-0.011 - 12 Oct 2016 15:32:21 UTC

Test::Builder::Tester - test testsuites that have been built with Test::Builder River stage five • 22891 direct dependents • 32646 total dependents

A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC

Test::Builder::Tester - test testsuites that have been built with Test::Builder River stage zero No dependents

A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...

MARKF/Test-Builder-Tester-1.01 - 30 Jul 2004 11:37:09 UTC

SPOPS::Tie::StrictField - Enable field checking for SPOPS objects River stage one • 2 direct dependents • 2 total dependents

This class subclasses SPOPS::Tie, adding field-checking functionality. When you tie the hash, you also pass it a hashref of extra information, one key of which should be 'field'. The 'field' parameter specifies what keys may be used to access data in...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

Tie::Hash::Abbrev::BibRefs - match bibliographic references to the original titles River stage zero No dependents

This module is an attempt to ease the mapping of often abbreviated bibliographical references to the original titles. To achieve this, it simplyfies the title according to parameterizable rules and stores it as a *normalized key*. When accessing the ...

FANY/Tie-Hash-Abbrev-BibRefs-0.02 - 13 Sep 2003 19:51:40 UTC

Tie::Handle::FileWriteRotate - Filehandle tie to write to autorotated file with File::Write::Rotate River stage one • 2 direct dependents • 2 total dependents

This module ties a filehandle to File::Write::Rotate object. I first wrote this module to tie STDERR, so that warnings/errors are logged to file instead of terminal (with autorotation, for good behavior)....

PERLANCAR/Tie-Handle-FileWriteRotate-0.040 - 27 Jun 2019 13:13:08 UTC
20 results (0.035 seconds)