Search results for "module:File::Iterator"
File::Iterator - an object-oriented Perl module for iterating across files in a directory tree.
SWHITAKER/File-Iterator-0.14
-
14 Mar 2007 15:48:30 UTC
Iterator::File - A file iterator, optionally stateful and verbose.
"Iterator_File" is an attempt to take some repetition & tedium out of processing a flat file. Whenever doing so, I found myself adapting prior scripts so that processes could be resumed, emit status, etc. Hence an itch (and this module) was born....
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Iterator::File::Line - Iterate A File By Line
DMAKI/Iterator-File-Line-0.00002
-
25 Feb 2008 01:10:26 UTC
File::Find::Iterator - Iterator interface for search files
Find::File::Iterator is an iterator object for searching through directory trees. You can easily run filter on each file name. You can easily save the search state when you want to stop the search and continue the same search later. Find::File::Itera...
TEXMEC/File-Find-Iterator-0.4 - 14 Jul 2008 05:37:15 UTC
File::KDBX::Iterator - KDBX database iterator
A buffered iterator compatible with and expanding upon Iterator::Simple, this provides an easy way to navigate a File::KDBX database. The documentation for Iterator::Simple documents functions and methods supported by this iterator that are not docum...
CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC
File::Locate::Iterator - read "locate" database with an iterator
"File::Locate::Iterator" reads a "locate" database file in iterator style. Each "next()" call on the iterator returns the next entry from the database. / /bin /bin/bash /bin/cat Locate databases normally hold filename strings as a way of finding file...
KRYDE/File-Locate-Iterator-28 - 16 Nov 2019 04:08:38 UTC
Iterator::File::Status - IF utility functions
Private mixin status class for Iterator::File. Not intended to be used directly or externally. new() POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: You can't have =items (as at line 9) unless the ...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Iterator::File::Utility - IF utility functions
Private mixin utility class for Iterator::File. Not intended to be used directly or externally. new(%config) The constructor can take a hash as an argument. If the hash contains keys debug or verbose, with either set to true, those types of messages ...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Meta::Utils::File::Iterator - iterate files in directories.
This is an iterator object which allows you to streamline work which has to do with recursing subdirs. Give this object a subdir to recurse and it will give you the next file to work on whenever you ask it to. The reason this method is more streamlin...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Iterator::File::State::TempFile
An Iterator::File state class based on using a temporary file as the persistant store. Iterator::File::Source::TempFile is a subclass of Iterator::File::Source::Interface. new(%config) Constructor options: marker_file (optional) Name of temporary fil...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
File::Locate::Iterator::FileMap - shared mmaps for File::Locate::Iterator
This is an internal part of "File::Locate::Iterator" not intended for other use. A FileMap object holds a file mmapped by "File::Map" and will re-use it rather than mapping the same file a second time. This module shouldn't exist, since "File::Map" i...
KRYDE/File-Locate-Iterator-28 - 16 Nov 2019 04:08:38 UTC
CatalystX::CRUD::Iterator::File - simple iterator for CXCO::File objects
CatalystX::CRUD::Iterator::File is a simple iterator to fulfull the CatalystX::CRUD::Model::File API....
KARMAN/CatalystX-CRUD-0.58 - 25 Aug 2023 15:28:58 UTC
Iterator::File::State::Interface - Interface for Iterator::File state classes
All data sources should subclass Iterator::File::State::Interface, overriding methods as appropriate. Iterator::File::State::Interface inherits from Iterator::File::Utility. new(%config) Each subclass can take a %config hash. Keys/meaning will be spe...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Iterator::File::Source::FlatFile
Iterator::File class for iteratoring over a flat file. I.e., a file with one entry per line. Iterator::File::Source::FlatFile does not implement any methods in addition to those described in Iterator::File::Source::Interface....
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Iterator::File::Source::Interface - Interface for Iterator::File data sources
All data sources should subclass Iterator::File::Source::Interface & implement the methods defined here. Iterator::File::Source::Interface inherits from Iterator::File::Utility. new(%config) Construct the object. Argument validation. Default assignme...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Iterator::File::State::IPCShareable
All data sources should subclass Iterator::File::Source::Interface, overriding methods as appropriate. new(%config) Constructor options: ipc_key (required) 4 character identified passed to IPC::Shareable. POD ERRORS Hey! The above document had some c...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC
Path::Class::Iterator - walk a directory structure
Path::Class::Iterator walks a directory structure using an iterator. It combines the Iterator closure technique with the magic of Path::Class. It is similar in idea to Iterator::IO and IO::Dir::Recursive but uses Path::Class objects instead of IO::Al...
KARMAN/Path-Class-Iterator-0.07 - 04 Jun 2013 05:13:21 UTC