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

Search results for "IO::Seekable"

IO::Seekable - supply seek based methods for I/O objects River stage five • 5475 direct dependents • 32646 total dependents

"IO::Seekable" does not have a constructor of its own as it is intended to be inherited by other "IO::Handle" based objects. It provides methods which allow seeking of the file descriptors. $io->getpos Returns an opaque value that represents the curr...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO - load various IO modules
  • IO::File - supply object methods for filehandles

IO::Moose::Seekable - Reimplementation of IO::Seekable with improvements River stage zero No dependents

This class provides an interface mostly compatible with IO::Seekable. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC - Search in distribution

Term::ProgressBar::IO - Display a progress bar while reading from a seekable filehandle River stage two • 26 direct dependents • 37 total dependents

Displays a progress bar using Term::ProgressBar which corresponds to reading from a filehandle. This module inherits from Term::ProgressBar and has all of its options....

MANWAR/Term-ProgressBar-2.23 - 08 Oct 2022 03:23:15 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

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

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 - Search in distribution

pminst - find modules whose names match this pattern River stage one • 1 direct dependent • 1 total dependent

Without arguments, show the names of all installed modules. Given a pattern, show all module names that match it. The -l flag will show the full pathname. The -s flag will separate the base directory from @INC from the module portion itself....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution

BLASTaid - A simple interface for byte indexing a WU-BLAST multi-part report for faster access. River stage zero No dependents

This module was written to aid accessing specific reports from longer, multi part WU-BLAST (http://blast.wustl.edu/) alignments reports. Depending on parameters and starting input, BLAST reports may be several gigabytes in size. Extremely large files...

TWYLIE/BLASTaid-v0.0.3 - 07 Apr 2006 01:06:05 UTC - Search in distribution

File::Temp - return name and handle of a temporary file safely River stage five • 2431 direct dependents • 32646 total dependents

"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...

ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC - Search in distribution

ODF::lpOD::Document - General ODF package handling and metadata River stage one • 2 direct dependents • 2 total dependents

This manual page describes the "odf_document", the common features of any "odf_part" of a "odf_document", and the particular features of the "odf_meta" and "odf_manifest" parts (that handle the global document metadata and the manifest of the associa...

ABEVERLEY/ODF-lpOD-1.200 - 06 Apr 2024 20:42:43 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8538 total dependents

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...

CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC - Search in distribution

IO::Mark - Read unseekable filehandles non-destructively. River stage zero No dependents

This is alpha quality code. It's slow. It may have bugs. Imagine you've got a function "get_image_size". You pass it a filehandle that's open on an image file and it returns the dimensions of the image. Imagine also that you have an open socket on wh...

ANDYA/IO-Mark-v0.0.1 - 28 Feb 2007 01:16:50 UTC - Search in distribution

DataStore::CAS - Abstract base class for Content Addressable Storage River stage one • 1 direct dependent • 1 total dependent

This module lays out a very straightforward API for Content Addressable Storage. Content Addressable Storage is a concept where a file is identified by a one-way message digest checksum of its content. (usually called a "hash") With a good message di...

NERDVANA/DataStore-CAS-0.08 - 01 Dec 2023 07:45:21 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

MIME::Parser - experimental class for parsing MIME streams River stage three • 66 direct dependents • 210 total dependents

You can inherit from this class to create your own subclasses that parse MIME streams into MIME::Entity objects....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC - Search in distribution

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 161 direct dependents • 1061 total dependents

The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...

PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution

IO::Slice - restrict reads to a range in a file River stage one • 1 direct dependent • 1 total dependent

This module allows the definition of a filehandle that only works on a slice of an input file. The "new" method provides back a GLOB that can be used as any other filehandle, mostly, with the notable exception of some methods like "stat", "fileno" an...

POLETTIX/IO-Slice-0.2 - 30 Dec 2014 15:24:08 UTC - Search in distribution

Archive::Tar - module for manipulations of tar archives River stage four • 153 direct dependents • 2205 total dependents

Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module i...

BINGOS/Archive-Tar-3.02 - 12 Apr 2023 23:09:11 UTC - Search in distribution

Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs River stage four • 612 direct dependents • 8770 total dependents

Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being p...

DAGOLDEN/Capture-Tiny-0.48 - 22 Apr 2018 07:09:08 UTC - Search in distribution
60 results (0.063 seconds)