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

Search results for "PerlIO::scalar"

PerlIO::scalar - in-memory IO, scalar IO River stage five • 11292 direct dependents • 32664 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

lib/Perl/Tidy/IOScalar.pm River stage three • 77 direct dependents • 143 total dependents

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

Test::Trap::Builder::PerlIO - Capture strategy using PerlIO::scalar River stage three • 67 direct dependents • 653 total dependents

This module provides a capture strategy *perlio*, based on PerlIO::scalar, for the trap's output layers. Note that you may specify different strategies for each output layer on the trap. See also Test::Trap (:stdout and :stderr) and Test::Trap::Build...

EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC - Search in distribution

open::layers - Set default PerlIO layers River stage zero No dependents

This pragma is a reimagination of the core open pragma, which either pushes PerlIO layers on the global standard handles, or sets default PerlIO layers for handles opened in the current lexical scope (meaning, innermost braces or the file scope). The...

DBOOK/open-layers-0.003 - 21 Feb 2020 20:07:22 UTC - Search in distribution

PerlIO::Util - A selection of general PerlIO utilities River stage one • 2 direct dependents • 2 total dependents

"PerlIO::Util" provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of "PerlIO::Util", but you don't need to say "use PerlIO::Util" for loading them. They will be automatically loaded....

GFUJI/PerlIO-Util-0.72 - 25 May 2011 14:16:31 UTC - Search in distribution

Encode::PerlIO - a detailed document on Encode and PerlIO River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC - Search in distribution
  • Encode - character encodings in Perl

PerlIO::via::Skip - PerlIO layer for skipping lines River stage zero No dependents

This module implements a PerlIO layer that discards lines from IO streams. By default, all lines are accepted and passed-through as if no filters are present. Input filters discard input lines, and output filters discard output lines; therefore, inpu...

IOANNIS/PerlIO-via-Skip-0.06 - 28 Aug 2011 11:58:26 UTC - Search in distribution

PerlIO::via::dynamic - dynamic PerlIO layers River stage two • 3 direct dependents • 16 total dependents

"PerlIO::via::dynamic" is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)). Use the constructor to create new layers, wi...

ALEXMV/PerlIO-via-dynamic-0.14 - 04 Nov 2012 02:31:25 UTC - Search in distribution

TX - a simple template system based on Text::Template::Library River stage zero No dependents

"Text::Template::Base" and "Text::Template::Library" are good at processing single templates. They lack the ability to manage sets of template files. This module adds that functionality in a (what I think) user friendly manner. The most important fun...

OPI/TX-0.09 - 14 Jun 2010 16:05:06 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

B::C - Perl compiler's C backend River stage zero No dependents

This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution
  • B::CC - Perl compiler's optimized C translation backend
  • perlcompile - Introduction to the Perl Compiler-Translator

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Pod::Man - Convert POD data to formatted *roff input River stage five • 62 direct dependents • 32646 total dependents

Pod::Man is a module to convert documentation in the POD format (the preferred language for documenting Perl) into *roff input using the man macro set. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1)...

RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC - Search in distribution
  • Pod::Text - Convert POD data to formatted text

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

Text::CSV - comma-separated values manipulator (using XS or PurePerl) River stage three • 151 direct dependents • 329 total dependents

Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...

ISHIGAKI/Text-CSV-2.04 - 02 Dec 2023 12:18:10 UTC - Search in distribution
90 results (0.104 seconds)