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

Search results for "module::perldiag"

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

ePerl - Embedded Perl 5 Language River stage zero No dependents

Abstract ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for gen...

RSE/eperl-2.2.13 - 10 Jul 1998 09:22:54 UTC - Search in distribution

crypt_file - Encrypt (and decrypt) Perl files River stage zero No dependents

SHAY/Filter-Crypto-2.10 - 02 Jul 2023 10:25:11 UTC - Search in distribution

IT::perlfaq8 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Curses - terminal screen handling and optimization River stage two • 17 direct dependents • 34 total dependents

"Curses" is the interface between Perl and your system's curses(3) library. For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different cu...

GIRAFFED/Curses-1.45 - 27 Apr 2024 23:25:41 UTC - Search in distribution

HTML::Parser - HTML parser class River stage four • 548 direct dependents • 3510 total dependents

Objects of the "HTML::Parser" class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. "HTML::Parser" is no...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution

perlutil - Utilidades incluidas en la distribución de Perl River stage zero No dependents

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

Regexp::Parser - base class for parsing regexes River stage one • 1 direct dependent • 1 total dependent

This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4's regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there is not c...

TODDR/Regexp-Parser-0.23 - 20 Jan 2020 05:37:55 UTC - Search in distribution

doc::Design River stage zero No dependents

BOWMANBS/Devel-file-0.01 - 07 Oct 2007 11:57:35 UTC - Search in distribution

perlpodstyle - Perl POD style guide River stage five • 62 direct dependents • 32646 total dependents

These are general guidelines for how to write POD documentation for Perl scripts and modules, based on general guidelines for writing good UNIX man pages. All of these guidelines are, of course, optional, but following them will make your documentati...

RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC - Search in distribution

Win32::UTCFileTime - Get/set UTC file times with stat/utime on Win32 River stage zero No dependents

NOTE: In Perl 5.33.5, the built-in "stat()" and "utime()" functions were rewritten (and a proper implementation of "lstat()" was added) in such a way that the UTC file time handling is now correct (including the case of "utime()" being used on direct...

SHAY/Win32-UTCFileTime-1.60 - 23 Dec 2020 11:00:10 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

Pod::Simple::Subclassing - write a formatter as a Pod::Simple subclass River stage five • 134 direct dependents • 32646 total dependents

This document is about using Pod::Simple to write a Pod processor, generally a Pod formatter. If you just want to know about using an existing Pod formatter, instead see its documentation and see also the docs in Pod::Simple. The zeroeth step in writ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC - Search in distribution

Regexp::Fields - named capture groups River stage zero No dependents

"Regexp::Fields" adds the extended "(?<name> ...)" pattern to Perl's regular expression language. This works like an ordinary pair of capturing parens, but after a match you can use $&{name} instead of $1 (or whichever $N) to get at the captured subs...

GRAZZ/Regexp-Fields-0.046 - 03 Nov 2003 22:53:55 UTC - Search in distribution

Glib::Ex::EnumBits - misc Glib enum helpers River stage two • 16 direct dependents • 18 total dependents

KRYDE/Glib-Ex-ObjectBits-16 - 08 Jun 2014 10:25:52 UTC - Search in distribution

Gtk2::Ex::ErrorTextDialog::Handler - exception handlers using ErrorTextDialog River stage one • 1 direct dependent • 1 total dependent

This module supplies error and warning handler functions which print to "STDERR" and display in an ErrorTextDialog. The handlers are reasonably small and the idea is to keep memory use down by not loading the full ErrorTextDialog until needed. If you...

KRYDE/Gtk2-Ex-ErrorTextDialog-11 - 22 Aug 2013 00:04:22 UTC - Search in distribution

Parse::ErrorString::Perl - Parse error messages from the perl interpreter River stage one • 2 direct dependents • 2 total dependents

MANWAR/Parse-ErrorString-Perl-0.27 - 09 Jul 2017 10:18:44 UTC - Search in distribution

Perl::Critic::Policy::ValuesAndExpressions::ProhibitUnknownBackslash - don't use undefined backslash forms River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It checks for unknown backslash escapes like print "\*.c"; # bad This is harmless, assuming the intention is a literal "*" (which it gives), but unnecessary, and on that basis this policy is und...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC - Search in distribution
21 results (0.084 seconds)