Search results for "module:IO::Dir"
IO::Dir - supply object methods for directory handles
The "IO::Dir" package provides two interfaces to perl's directory reading routines. The first interface is an object approach. "IO::Dir" provides an object constructor and methods, which are just wrappers around perl's built in directory reading rout...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
Meta::IO::Dir - extend IO::Dir.
This class extends IO::Dir by adding exception handling to the class and a more object oriented style (look at the synopsis)....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
IO::Easy::Dir - IO::Easy child class for operations with directories.
APLA/IO-Easy-0.16
-
12 Apr 2011 15:14:35 UTC
IO::Dir::Dirfd - Perl extension to extract the file descriptor from a dirhandle
The IO::Dir::Dirfd module provides the possibility to extract the file descriptor from a directory handle on platforms where this functionality is available. It exports a single sub, dirfd(), by default. If you specify that you want to export fileno(...
GRUBER/IO-Dir-Dirfd-0.01 - 21 Nov 2001 18:23:13 UTC
IO::Dir::Recursive - IO::Dir working recursive
IO::Dir::Recursive gives IO::Dir the ability to work recursive....
FLORA/IO-Dir-Recursive-0.03 - 22 Oct 2005 20:32:21 UTC
SPVM::Sys::IO::DirStream - DIR structure in the C language.
The Sys::IO::DirStream class in SPVM represents the DIR <https://linux.die.net/man/3/opendir> structure in the C language....
KIMOTO/SPVM-Sys-0.512 - 08 Dec 2023 06:30:12 UTC
IO - load various IO modules
"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Easy - is easy to use class for operations with filesystem objects.
APLA/IO-Easy-0.16
-
12 Apr 2011 15:14:35 UTC
IO::AIO - Asynchronous/Advanced Input/Output
This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...
MLEHMANN/IO-AIO-4.8 - 01 Apr 2023 02:14:44 UTC
IO::File - supply object methods for filehandles
"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Dirent - Access to dirent structs returned by readdir
readdirent returns a list of hashrefs. Each hashref contains the name of the directory entry, its inode for the filesystem it resides on and its type (if available). If the file type or inode are not available, it won't be there! nextdirent returns t...
SCOTTW/IO-Dirent-0.05 - 22 Aug 2011 21:41:07 UTC
Iterator::IO - Filesystem and stream iterators.
This module provides filesystem and stream iterator functions. See the Iterator module for more information about how to use iterators....
ROODE/Iterator-IO-0.02 - 23 Aug 2005 21:45:14 UTC
IPC::Run::IO - I/O channels for IPC::Run.
This class and module allows filehandles and filenames to be harnessed for I/O when used IPC::Run, independent of anything else IPC::Run is doing (except that errors & exceptions can affect all things that IPC::Run is doing)....
TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC
PDL::IO::Dcm - Reads dicom files, sorts them and stores the result into piddles with headers
FANTASMA/PDL-IO-Dcm-1.011
-
18 Feb 2022 15:18:19 UTC
Bio::Root::IO - BioPerl base IO handling class
This module provides methods that will usually be needed for any sort of file- or stream-related input/output, e.g., keeping track of a file handle, transient printing and reading from the file handle, a close method, automatically closing the handle...
CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC
SPVM::Sys::IO - IO System Call
"Sys::IO" is the class for the file IO....
KIMOTO/SPVM-Sys-0.512 - 08 Dec 2023 06:30:12 UTC
IO::EditPrompt - Support a prompt that uses the configured editor to take long text
This module provides extended functionality for entering or changing text for command line programs. The "IO::Prompter" module does a wonderful job of encapsulating a lot of user entry tasks in a really nice interface. One thing it does not do well i...
GWADEJ/IO-EditPrompt-0.02 - 11 Apr 2015 04:07:38 UTC