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

Search results for "dist::perlio via"

PAR - Perl Archive Toolkit River stage two • 7 direct dependents • 14 total dependents

This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded. It supports loading XS modules by overriding DynaLoader bootstrapping methods; it writes shared object file to a temporary file at t...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

Devel::Unicode - sugar for setting STDOUT to use PerlIO::via::UnicodeDebug River stage zero No dependents

TOBYINK/Unicode-Debug-0.002 - 09 Nov 2013 14:20:56 UTC - Search in distribution

perlhacktips - Tips for Perl core C code hacking River stage five • 11292 direct dependents • 32664 total dependents

This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you haven't read perlhack and perlhacktut yet, you might want to do that first....

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

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

Debugging River stage three • 155 direct dependents • 183 total dependents

This document explains how to debug C code under mod_perl, including mod_perl core itself. For certain debugging purposes you may find useful to read first the following notes on mod_perl internals: Apache 2.0 Integration and mod_perl-specific functi...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

perlcompile - Introduction to the Perl Compiler-Translator River stage zero No dependents

Perl has always had a compiler: your source is compiled into an internal form (a parse tree, "optree") which is then optimized before being run. Since version 5.005, Perl has shipped with a module capable of inspecting the optimized optree (B), and t...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Astro::App::Satpass2 - Forecast satellite visibility. River stage zero No dependents

WYANT/Astro-App-Satpass2-0.054 - 31 Mar 2024 15:41:47 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

Win32::SharedFileOpen - Open a file for shared reading and/or writing River stage zero No dependents

This module provides Perl emulations of the Microsoft C library functions "_fsopen()" and "_sopen()". These functions are counterparts to the standard C library functions fopen(3) and open(2) respectively (which are already effectively available in P...

SHAY/Win32-SharedFileOpen-4.06 - 12 Aug 2023 10:32:58 UTC - Search in distribution

B::Keywords - Lists of reserved barewords and symbol names River stage three • 10 direct dependents • 521 total dependents

"B::Keywords" supplies several arrays of exportable keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions, @Barewords, @BarewordsExtra, @TieIOMethods, @UNIVERSALMethods and @ExporterSymbols. The @Symbols array includes the contents...

RURBAN/B-Keywords-1.26 - 19 Jun 2023 16:44:42 UTC - Search in distribution

Encode::RAD50 - Convert to and from the Rad50 character set. River stage zero No dependents

This package is designed to convert to and from the Rad50 character set. It's really a piece of retrocomputing, since this character set was, to the best of my knowledge, only used for the Digital (R.I.P.) PDP-11 computer, under (at least) the RSX-11...

WYANT/Encode-RAD50-0.018 - 29 Sep 2022 15:15:56 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

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Acme::CPANModules::fgets - List of fgets() implementations in Perl River stage one • 1 direct dependent • 1 total dependent

Reading a line of data from a filehandle in Perl is easy, but Perl will happily slurp line of any length without limit, even gigabytes which can cause your script or system to run out of memory. "fgets()" is a standard I/O C function to get a line of...

PERLANCAR/Acme-CPANModules-fgets-0.003 - 11 Apr 2022 00:05:51 UTC - Search in distribution

colorize::handle - Colorize a filehandle River stage one • 1 direct dependent • 1 total dependent

This is a thin wrapper over PerlIO::via::ANSIColor. Caveat: although this module provides "unimport()", this code does not do what you expect it to do: { use colorize::stderr; warn "colored warning!"; } warn "back to uncolored"; Because "no colorize:...

PERLANCAR/colorize-stderr-0.002 - 21 Mar 2020 12:29:27 UTC - Search in distribution

Acme::CPANModules::ReadingFilesBackward - List of modules to read files backward (in reverse) River stage one • 1 direct dependent • 1 total dependent

Probably the fastest way, if you are on a Unix system, is to use the tac command, which can read a file line by line in reverse order, or paragraph by paragraph, or character by character, or word by word, or by a custom separator string or regular e...

PERLANCAR/Acme-CPANModules-ReadingFilesBackward-0.003 - 23 Feb 2024 01:46:37 UTC - Search in distribution

PerlIO::via::Pipe - PerlIO layer to filter input through a Text::Pipe River stage zero No dependents

This package implements a PerlIO layer for reading files only. It exports, on request, a function "set_io_pipe" that you can use to set a Text::Pipe pipe. If you then use the "Pipe" layer as shown in the synopsis, the input gets filtered through the ...

MARCEL/PerlIO-via-Pipe-1.100860 - 27 Mar 2010 12:34:20 UTC - Search in distribution

Bencher::Scenario::IOFilterModules::Writing - Benchmark writing with filter that does nothing River stage one • 1 direct dependent • 1 total dependent

Each participant will write "chunk_size" bytes (0, 1, and 1024) for 1000 times. Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a ce...

PERLANCAR/Bencher-Scenarios-IOFilterModules-0.003 - 25 Jan 2017 08:22:51 UTC - Search in distribution

PerlIO::via::as_is - PerlIO layer that passes everything as-is River stage one • 2 direct dependents • 2 total dependents

This PerlIO layer does nothing (reads/writes everything as-is). Created for testing purpose....

PERLANCAR/PerlIO-via-as_is-0.001 - 12 Oct 2016 03:52:09 UTC - Search in distribution

PerlIO::via::ToFirePHP - log to FirePHP via an PerlIO layer River stage zero No dependents

This PerlIO layer sends everything it receives to FirePHP. When constructing a filehandle using this layer using "open()", you need to pass an object of type FirePHP::Dispatcher that has been initialized with a HTTP::Headers object. A typical use of ...

MARCEL/PerlIO-via-ToFirePHP-1.100860 - 27 Mar 2010 13:12:22 UTC - Search in distribution
23 results (0.147 seconds)