The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:IO::Seekable"

IO::Seekable - supply seek based methods for I/O objects River stage five • 5769 direct dependents • 33164 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

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

IO - load various IO modules River stage five • 5769 direct dependents • 33164 total dependents

"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.55 - 30 Dec 2023 20:22:15 UTC

Term::ProgressBar::IO - Display a progress bar while reading from a seekable filehandle River stage two • 25 direct dependents • 36 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

IO::File - supply object methods for filehandles River stage five • 5769 direct dependents • 33164 total dependents

"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

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

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8658 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

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

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

This class provides an interface mostly compatible with IO::File. 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 con...

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

IO::Compress::Zip - Write zip files/buffers River stage five • 260 direct dependents • 10012 total dependents

This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

IO::NestedCapture - module for performing nested STD* handle captures River stage zero No dependents

This module was partially inspired by IO::Capture, but is intended for a very different purpose and is not otherwise related to that package. In particular, I have a need for some pretty aggressive output/input redirection in a web project I'm workin...

HANENKAMP/IO-NestedCapture-1.03 - 14 Dec 2005 03:08:46 UTC

IO::Compress::Gzip - Write RFC 1952 files/buffers River stage five • 260 direct dependents • 10012 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

IO::Compress::Deflate - Write RFC 1950 files/buffers River stage five • 260 direct dependents • 10012 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1950. For reading RFC 1950 files/buffers, see the companion module IO::Uncompress::Inflate....

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

Spreadsheet::Edit::IO - convert between spreadsheet and csv files River stage one • 2 direct dependents • 2 total dependents

Convert between CSV and spreadsheet files using external tools, plus some utility functions Currently this uses LibreOffice or OpenOffice (whatever is installed). An external tool is not needed when only CSV files are involved. $hash = OpenAsCsv INPU...

JIMAVERA/Spreadsheet-Edit-1000.014 - 19 Feb 2024 06:09:03 UTC

IO::Compress::RawDeflate - Write RFC 1951 files/buffers River stage five • 260 direct dependents • 10012 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1951. Note that RFC 1951 data is not a good choice of compression format to use in isolation, especially if you want to auto-detect it. For...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

Module::Generic::File::IO - File IO Object Wrapper River stage two • 16 direct dependents • 20 total dependents

This is a thin wrapper that inherits from IO::File with the purpose of providing a uniform api in conformity with standard api call throughout the Module::Generic modules family and to ensure call to any IO::File will never die, but instead set an er...

JDEGUEST/Module-Generic-v0.37.2 - 09 May 2024 13:48:04 UTC

Bio::Community::IO::FormatGuesser - Determine the format used by a community file River stage zero No dependents

Given a file containing one or several communities, try to guess the file format used by examining the file content (not by looking at the file name). The guess() method will examine the data, line by line, until it finds a line that is specific to a...

FANGLY/Bio-Community-0.001008 - 08 Jan 2016 20:06:45 UTC
17 results (0.032 seconds)