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 "IO::Scalar"

IO::Scalar - IO:: interface for reading/writing a scalar River stage three • 166 direct dependents • 820 total dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC - Search in distribution
  • IO::ScalarArray - IO:: interface for reading/writing an array of scalars
  • IO::Wrap - Wrap raw filehandles in the IO::Handle interface
  • IO::Stringy - I/O on in-core objects like strings and arrays

IO::Scalar - IO:: interface for reading/writing a scalar River stage zero No dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC - Search in distribution
  • IO::ScalarArray - IO:: interface for reading/writing an array of scalars
  • IO::Wrap - wrap raw filehandles in IO::Handle interface
  • IO::Stringy - I/O on in-core objects like strings and arrays

IO::Tokenized::Scalar - Extension of IO::Scalar allowing tokenized input River stage zero No dependents

*IO::Tokenized::Scalar* adds the methods provided by *IO::Tokenized* to *IO::Scalar* objects. See IO::Tokenized for details about how the tokens are specified and returned....

RST/FrameMaker-MifTree-0.075 - 02 May 2006 11:23:58 UTC - Search in distribution

IO::TieCombine::Scalar - tied scalars for IO::TieCombine River stage three • 2 direct dependents • 956 total dependents

RJBS/IO-TieCombine-1.005 - 31 Oct 2015 02:19:39 UTC - Search in distribution
  • IO::TieCombine - produce tied (and other) separate but combined variables

Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder River stage five • 23243 direct dependents • 33164 total dependents

This is a copy of IO::Scalar which ships with Test::Builder to support scalar references as filehandles on Perl 5.6. Newer versions of Perl simply use "open()"'s built in support. Test::Builder can not have dependencies on other modules without caref...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC - Search in distribution

Module::Generic::Scalar::IO - Generic Module Scalar IO Class River stage two • 16 direct dependents • 20 total dependents

This class Module::Generic::Scalar::IO implements object oriented IO methods on a scalar reference. It inherits from Module::Generic::File::IO and you can use all the methods from IO::Handle Thus, this makes it possible to use Module::Generic::Scalar...

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

PerlIO::scalar - in-memory IO, scalar IO River stage five • 11693 direct dependents • 33184 total dependents

A filehandle is opened but the file operations are performed "in-memory" on a scalar variable. All the normal file operations can be performed on the handle. The scalar is considered a stream of bytes. Currently fileno($fh) returns -1. Attempting to ...

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

IO::Detect - is this a frickin' filehandle or what?! River stage two • 11 direct dependents • 32 total dependents

It is stupidly complicated to detect whether a given scalar is a filehandle (or something filehandle like) in Perl. This module attempts to do so, but probably falls short in some cases. The primary advantage of using this module is that it gives you...

TOBYINK/Scalar-Does-0.203 - 31 Jan 2017 17:31:09 UTC - Search in distribution

lib/Perl/Tidy/IOScalar.pm River stage three • 78 direct dependents • 144 total dependents

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

lib/Mail/SendEasy/IOScalar.pm River stage one • 1 direct dependent • 1 total dependent

GMPASSOS/Mail-SendEasy-1.2 - 09 Apr 2004 07:53:02 UTC - Search in distribution

MIME::Lite - low-calorie MIME generator River stage three • 52 direct dependents • 103 total dependents

In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC - Search in distribution

Convert::BinHex - extract data from Macintosh BinHex files River stage zero No dependents

BinHex is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. Ths module provides a means of converting those data streams back into into binary data....

STEPHEN/Convert-BinHex-1.125 - 15 Nov 2015 19:39:00 UTC - Search in distribution

Symbol::Values - Provides consistent accessing interface to values of symbol. River stage one • 1 direct dependent • 1 total dependent

OBJECTIVE I've been feeling that glob notation of perl is little bit funny. One problem is that it lacks consistency in the way of fetching/storing values of a symbol. See examples below. $code_ref = *name{CODE}; # Getting code object. # This is obvi...

KMIYAZAKI/Symbol-Values-1.07 - 27 Aug 2005 17:29:45 UTC - Search in distribution

Egg::Util::STDIO - Module to use IO::Scalar easily. River stage two • 17 direct dependents • 17 total dependents

IO::Scalar It is a module to use it for easy....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

IO::Select::Trap - IO::Select() functionality on Scalar-based Filehandles River stage zero No dependents

IO::Select::Trap is a wrapper for "IO::Select" which enables use of the "IO::Select->select()" method on IO::Scalar or IO::String object/filehandles. Other filehandle object types (ie IO::Socket) are passed through to IO::Select for processing. Most ...

SCOTTS/IO-Select-Trap-0.032 - 27 Jan 2004 04:26:05 UTC - Search in distribution

IO::All - IO::All to Larry Wall! River stage three • 135 direct dependents • 359 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

Mail::Box::FastScalar - fast alternative to IO::Scalar River stage two • 9 direct dependents • 14 total dependents

Contributed by "Todd Richmond" (richmond@proofpoint.com) This package should be released as separate package, but till then is incorporated in the Mail::Box module. Extremely fast IO::Scalar replacement - >20x improvement in getline(s)() Warnings You...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC - Search in distribution

Future::IO - Future-returning IO methods River stage two • 14 direct dependents • 16 total dependents

This package provides a few basic methods that behave similarly to the same-named core perl functions relating to IO operations, but yield their results asynchronously via Future instances. This is provided primarily as a decoupling mechanism, to all...

PEVANS/Future-IO-0.15 - 18 Oct 2023 17:15:18 UTC - Search in distribution

IO::Util - A selection of general-utility IO function River stage two • 2 direct dependents • 12 total dependents

This is a micro-weight module that exports a few functions of general utility in IO operations....

DOMIZIO/IO-Util-1.5 - 31 Dec 2005 13:51:40 UTC - Search in distribution
908 results (0.267 seconds)