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

Search results for "PODMASTER"

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 195 direct dependents • 1581 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

test.pl - Test harness with recursive directory search River stage one • 1 direct dependent • 1 total dependent

Performs a recursive directory search for files ending in ".t", starting from the current directory or from the paths specified on the command line, and then runs them using Test::Harness....

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC - Search in distribution

HTML::Scrubber - Perl extension for scrubbing/sanitizing HTML River stage two • 12 direct dependents • 48 total dependents

If you want to "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works dir...

NIGELM/HTML-Scrubber-0.19 - 24 Sep 2019 12:28:19 UTC - Search in distribution

Tie::PureDB - Perl extension for pure-db River stage zero No dependents

This is the perl interface to PureDB. If you wanna know what PureDB is, visit the PureDB home page at http://www.pureftpd.org/puredb/ . Now go read the examples ;)...

PODMASTER/Tie-PureDB-0.04 - 20 Apr 2003 22:35:44 UTC - Search in distribution

XML::TokeParser - Simplified interface to XML::Parser River stage two • 3 direct dependents • 12 total dependents

XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each correspond...

PODMASTER/XML-TokeParser-0.05 - 09 Jun 2003 10:19:47 UTC - Search in distribution

vars::i - Perl pragma to declare and simultaneously initialize global variables. River stage one • 5 direct dependents • 5 total dependents

For whatever reason, I once had to write something like BEGIN { use vars '$VERSION'; $VERSION = 3; } or our $VERSION; BEGIN { $VERSION = 3; } and I really didn't like typing that much. With this package, I can say: use vars::i '$VERSION' => 3; and ge...

CXW/vars-i-2.000000 - 18 Sep 2019 01:23:16 UTC - Search in distribution

Acme::MJD - Mark Jason Dominus does perl River stage zero No dependents

The first time you run a program under "use Acme::MJD", the module removes all the unsightly printable characters from your source file. The code continues to work exactly as it did before, but now it contains a profound nugget of wisdom from the man...

PODMASTER/Acme-MJD-0.02 - 03 Nov 2003 12:42:41 UTC - Search in distribution

Pod::Wrap - Wrap pod paragraphs, leaving verbatim text and code alone. River stage two • 1 direct dependent • 13 total dependents

This is a Pod::Parser subclass, based on Pod::Stripper. It parses perl files, wrapping pod text, and leaving everything else intact. It prints it's output to wherever you point it to (like you do with Pod::Parser (and Pod::Stripper))....

NUFFIN/Pod-Wrap-0.01 - 08 Jan 2004 12:51:59 UTC - Search in distribution

HTML::TokeParser::Simple - Easy to use HTML::TokeParser interface River stage two • 30 direct dependents • 93 total dependents

"HTML::TokeParser" is an excellent module that's often used for parsing HTML. However, the tokens returned are not exactly intuitive to parse: ["S", $tag, $attr, $attrseq, $text] ["E", $tag, $text] ["T", $text, $is_data] ["C", $text] ["D", $text] ["P...

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC - Search in distribution

HTML::LinkExtractor - Extract "WHAT'S A LINK-type tag" in links from an HTML document River stage one • 2 direct dependents • 2 total dependents

HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text. Example ( please run the examples ): use HTML::LinkExtractor; use Data::Dumper; my $in...

PODMASTER/HTML-LinkExtractor-0.13 - 07 Jan 2005 00:54:07 UTC - Search in distribution

PPM::Repositories - List of Perl Package Manager repositories River stage zero No dependents

This module contains a list of PPM repositories for Perl 5.6 and later. For backwards compatibility reasons it exposes the data in 2 different mechanism. The new interface uses API functions and is supplied for the benefit of PPM version 4 and later....

JDB/PPM-Repositories-0.20 - 22 Oct 2014 19:38:36 UTC - Search in distribution

Devel::TraceMethods - Perl module for tracing module calls River stage zero No dependents

Devel::TraceMethods allows you to attach a logging subroutine of your choosing to all of the methods and functions within multiple packages or classes. You can use this to trace execution. It even respects inheritance. To enable logging, pass the nam...

CHROMATIC/Devel-TraceMethods-1.00 - 09 Jul 2005 21:37:26 UTC - Search in distribution

Wiki::Toolkit::Setup::Pg - Set up tables for a Wiki::Toolkit store in a Postgres database. River stage one • 6 direct dependents • 6 total dependents

Set up a Postgres database for use as a Wiki::Toolkit store....

BOB/Wiki-Toolkit-0.87 - 18 Jan 2021 10:01:46 UTC - Search in distribution

Wx::DialUpManager - perl extension for wxDialUpManager River stage zero No dependents

This is an example of writing an extension for wxPerl (a more complete sample than Wx::Sample::XS). If you want to use this module, please refer to the wxWindows documentation for wxDialUpManager....

PODMASTER/Wx-DialUpManager-0.03 - 11 Nov 2003 07:17:23 UTC - Search in distribution

Acme::DeepThoughts - Jack Handey does perl River stage zero No dependents

The first time you run a program under "use Acme::DeepThoughts", the module removes all the unsightly printable characters from your source file. The code continues to work exactly as it did before, but now it contains a *Deep Thought*. These deep th...

PODMASTER/Acme-DeepThoughts-0.01 - 25 Aug 2003 11:51:11 UTC - Search in distribution

Wx::Perl::Carp - a replacement for Carp in Wx applications River stage two • 56 direct dependents • 67 total dependents

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

Template::Plugin::PodSimple - simple Pod::Simple plugin for TT River stage zero No dependents

[% SET somepod = " =head1 NAME the name =head1 DESCRIPTION somepod =cut "; USE PodSimple; %] [% PodSimple.parse('Text', somepod, 76) %] [% PodSimple.parse('xml', somepod) %] [% mySimpleTree = PodSimple.parse('tree', somepod ) %] [% PodSimple.parse('h...

PODMASTER/Template-Plugin-PodSimple-1.010 - 31 Jan 2004 21:01:02 UTC - Search in distribution

Template::Plugin::Stash - expose the stash, ideal for Dumpering... River stage zero No dependents

Instead of messing with "[% PERL %]" blocks to get at the stash, simply "[% USE Stash %]". Output will look something like $VAR1 = { 'global' => {}, 'var1' => 6666666, 'var2' => { 'e' => 'f', 'g' => 'h', 'a' => 'b', 'c' => 'd' }, }; which should be a...

PODMASTER/Template-Plugin-Stash-1.006 - 10 Mar 2004 04:27:29 UTC - Search in distribution

Combine::HTMLExtractor River stage zero No dependents

Adopted from HTML::LinkExtractor - Extract links from an HTML document by D.H (PodMaster)...

AARDO/combine_4.005 - 05 Sep 2011 09:09:23 UTC - Search in distribution
20 results (0.029 seconds)