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

Search results for "module:Tie::Dir"

Tie::Dir - class definition for reading directories via a tied hash River stage zero No dependents

This module provides a method of reading directories using a hash. The keys of the hash are the directory entries and the values are a reference to an array which holds the result of "stat" being called on the entry. The access and modification times...

GBARR/Tie-Dir-1.02 - 26 Apr 1996 13:24:56 UTC

Tie::TextDir - interface to directory of files River stage zero No dependents

The Tie::TextDir module is a TIEHASH interface which lets you tie a Perl hash to a directory on the filesystem. Each entry in the hash represents a file in the directory. To use it, tie a hash to a directory: tie %hash, "/some_directory", 'rw'; # Ope...

KWILLIAMS/Tie-TextDir-0.07 - 04 Sep 2021 17:54:07 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

Tie::StorableDir - Perl extension for tying directories with Storable files River stage zero No dependents

Tie::StorableDir is a module which ties hashes to a backing directory containing Storable.pm files. Any basic perl data type can be stored. Values retrieved from the hash are tied so changes will be written back either when all references to values u...

BDONLAN/Tie-StorableDir-0.075 - 30 Jan 2005 06:02:16 UTC

lib/Tie/StorableDir/Slot.pm River stage zero No dependents

BDONLAN/Tie-StorableDir-0.075 - 30 Jan 2005 06:02:16 UTC

lib/Tie/StorableDir/BackedArray.pm River stage zero No dependents

BDONLAN/Tie-StorableDir-0.075 - 30 Jan 2005 06:02:16 UTC

lib/Tie/StorableDir/BackedHash.pm River stage zero No dependents

BDONLAN/Tie-StorableDir-0.075 - 30 Jan 2005 06:02:16 UTC

lib/Tie/StorableDir/BackedScalar.pm River stage zero No dependents

BDONLAN/Tie-StorableDir-0.075 - 30 Jan 2005 06:02:16 UTC

Tie::FS - Read and write files using a tied hash River stage zero No dependents

This module ties a hash to a directory in the filesystem. If no directory is specified in the $dir parameter, then "." (the current directory) is assumed. The $flag parameter defaults to the "Create" flag. The following (case-insensitive) access flag...

DEVEN/Tie-FS-0.1.0 - 28 Jun 2011 06:45:33 UTC

Tie::Memoize - add data to hash when needed River stage five • 11292 direct dependents • 32664 total dependents

This package allows a tied hash to autoload its values on the first access, and to use the cached value on the following accesses. Only read-accesses (via fetching the value or "exists") result in calls to the functions; the modify-accesses are perfo...

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

Tie::Memoize - add data to hash when needed River stage five • 11292 direct dependents • 32664 total dependents

This package allows a tied hash to autoload its values on the first access, and to use the cached value on the following accesses. Only read-accesses (via fetching the value or "exists") result in calls to the functions; the modify-accesses are perfo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

VCS::CMSynergy::Project - convenience methods for VCS::CMSynergy::Objects of type "project" River stage zero No dependents

RSCHUPP/VCS-CMSynergy-1.52 - 23 Jan 2020 09:43:42 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
14 results (0.037 seconds)