The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Tie::Handle::Scalar"

Tie::Handle::Scalar - Perl extension for tieing a scalar to a filehandle. River stage two • 2 direct dependents • 17 total dependents

WARNING - This ONLY works with perl version 5.6.0< or above. This may be due to interfaces to handles in older versions of perl not being complete ;) Tie::Handle::Scalar allows you to tie a scalar to a filehandle. Supported and unsupported/untested m...

ANWILL/Tie-Handle-Scalar-0.1 - 02 Jul 2001 09:53:58 UTC

Tie::Filter - Tie a facade around a scalar, array, or hash River stage zero No dependents

This module ties a facade around a scalar, array, or hash. The facade then filters data as it is being fetched from or stored to the internal object. For scalars, it provides an API for filtering values stored to and fetched from an internal scalar. ...

HANENKAMP/Tie-Filter-1.02 - 19 Dec 2003 05:02:01 UTC

Pad::Tie - tie an object to lexical contexts River stage zero No dependents

Pad::Tie lets you use your objects' methods as though they were lexical variables. Alternately, it lets you use lexical variables to refer to your bound object methods. It's all a matter of perspective. Creating a Pad::Tie object requires an object (...

HDP/Pad-Tie-0.006 - 26 Apr 2007 17:52:28 UTC

Tie::Handle - base class definitions for tied handles River stage five • 11292 direct dependents • 32664 total dependents

This module provides some skeletal methods for handle-tying classes. See perltie for a list of the functions required in tying a handle to a package. The basic Tie::Handle package provides a "new" method, as well as methods "TIEHANDLE", "PRINT", "PRI...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Tie::Handle - base class definitions for tied handles River stage five • 11292 direct dependents • 32664 total dependents

This module provides some skeletal methods for handle-tying classes. See perltie for a list of the functions required in tying a handle to a package. The basic Tie::Handle package provides a "new" method, as well as methods "TIEHANDLE", "PRINT", "PRI...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Tie::Simple - Variable ties made easier: much, much, much easier... River stage two • 8 direct dependents • 91 total dependents

This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties that I find myself wanting to use from...

HANENKAMP/Tie-Simple-1.04 - 28 Nov 2015 17:24:27 UTC

Thread::Tie - tie variables into a thread of their own River stage one • 2 direct dependents • 5 total dependents

*** A note of CAUTION *** This module only functions on Perl versions 5.8.0 and later. And then only when threads are enabled with -Dusethreads. It is of no use with any version of Perl before 5.8.0 or without threads enabled. ***********************...

LNATION/Thread-Tie-0.15 - 14 Nov 2019 13:37:28 UTC

Tie::File - Access the lines of a disk file via a Perl array River stage three • 30 direct dependents • 100 total dependents

"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...

TODDR/Tie-File-1.07 - 20 Feb 2023 17:05:34 UTC

Tie::Static - create static lexicals River stage one • 1 direct dependent • 1 total dependent

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

Tie::Layers - read and write files pipelined through a stack of subroutine layers River stage zero No dependents

The "Tie::Layers" program module contains the tie file handle "Tie::Layers" package. The "Tie::Layers" package provides the ability to insert a stack of subroutines between file subroutines "print" and "realine" and the underlying $file. The syntax o...

SOFTDIA/Tie-Layers-0.06 - 28 May 2004 20:21:29 UTC

Tie::REHash - the tie()d implementation of hash that allows using regular expression "keys" along with plain keys (plus some more). River stage zero No dependents

Tie::REHash is a tie()d implementation of hash that allows using regexp "keys" along with plain keys. Storing (assigning value to, deleting) regexp key in a hash tie()d to Tie::REHash is almost equivalent to storing (assigning value to, deleting) set...

METADOO/Tie-REHash-1.08 - 16 Aug 2017 10:18:48 UTC

Tie::Eudora - encode/decode emails, read/write emails in Eudora mailbox files River stage zero No dependents

The "Tie::Eudora" program module provides a File Handle Tie package for reading and writing of Eudora mailbox files. The "Tie::Eudora" package handles each email in Eudora mailbox files as a record. Each record is read and written not as a scalar tex...

SOFTDIA/Tie-Eudora-0.01 - 29 May 2004 14:28:25 UTC

Tie::CArray - Space-efficient, typed, external C Arrays (Alpha) River stage one • 1 direct dependent • 1 total dependent

Several XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...

RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTC

Tie::LogFile - Simple Log Autoformating River stage zero No dependents

This module provides a quick and simple way to print out a log file with a repetative format. In many of my projects I had something like this: sub logit { print $LOG scalar localtime, @_; } This is less than flexible, and still lends itself to logli...

CREIN/Tie-LogFile-0.1 - 16 Oct 2002 10:14:11 UTC

Tie::DirHandle - definitions for tied directory handles River stage zero No dependents

This module provides filehandle-like read access to directory handles. There are not many available methods, because directory handles are read-only. The only methods are "TIEHANDLE", "READLINE", "DESTROY", and "rewind". To tie a filehandle to a dire...

PINYAN/Tie-DirHandle-1.10 - 08 Apr 1999 13:35:08 UTC

IO::Mux::Handle - Virtual handle used with the IO::Mux multiplexer. River stage zero No dependents

"IO::Mux::Handle" objects are used to create virtual handles that are multiplexed through an IO::Mux object....

PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 UTC

Symbol::Table - An easy interface to symbol tables (no eval(), no *typeglobs ) River stage zero No dependents

Disclaimer This code is an "acedemic exercise" in manipulating perl's symbol table. It wasn't coded to be fast or efficient. It was simply coded to provide the functionality I wanted it to provide. If you look at the code, you'll notice numerous call...

GSLONDON/Symbol-Table-1.01 - 14 Mar 2003 01:20:46 UTC

Tie::ShadowHash - Merge multiple data sources into a hash River stage zero No dependents

This module merges together multiple sets of data in the form of hashes into a data structure that looks to Perl like a single simple hash. When that hash is accessed, the data structures managed by that shadow hash are searched in order they were ad...

RRA/Tie-ShadowHash-2.01 - 08 Oct 2022 16:08:50 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::Log - Tied array that behaves like a regular array, but logs operations River stage one • 1 direct dependent • 1 total dependent

This class implements tie interface for array but performs regular array operations, except logging the operation with Log::ger. It's basically used for testing, benchmarking, and documentation only....

PERLANCAR/Tie-Array-Log-0.003 - 15 Dec 2021 00:05:59 UTC
32 results (0.075 seconds)