Main > Programming > Libraries >

Pod::Simple::PullParser 3.05

Pod::Simple::PullParser 3.05

Sponsored Links

Pod::Simple::PullParser 3.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.022 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 805
Date added: 2007-08-10
Publisher: Sean M. Burke

Pod::Simple::PullParser 3.05 description

Pod::Simple::PullParser is a pull-parser interface to parsing Pod.

SYNOPSIS

my $parser = SomePodProcessor->new;
$parser->set_source( "whatever.pod" );
$parser->run;
Or:
my $parser = SomePodProcessor->new;
$parser->set_source( $some_filehandle_object );
$parser->run;
Or:
my $parser = SomePodProcessor->new;
$parser->set_source( $document_source );
$parser->run;
Or:
my $parser = SomePodProcessor->new;
$parser->set_source( @document_lines );
$parser->run;
And elsewhere:
require 5;
package SomePodProcessor;
use strict;
use base qw(Pod::Simple::PullParser);

sub run {
my $self = shift;
Token:
while(my $token = $self->get_token) {
...process each token...
}
}

Pod::Simple::PullParser 3.05 Screenshot

Advertisements

Pod::Simple::PullParser 3.05 Keywords

Bookmark Pod::Simple::PullParser 3.05

Hyperlink code:
Link for forum:

Pod::Simple::PullParser 3.05 Copyright

WareSeeker periodically updates pricing and software information of Pod::Simple::PullParser 3.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Pod::Simple::PullParser 3.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files. Free Download
HTML::Parser is a HTML parser class. Free Download
Nmap Parser is a Perl module to ease the pain of developing scripts or collecting network information from nmap scans. Free Download
Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. Free Download
Pod::Simple::Wiki is a class for creating Pod to Wiki filters. Free Download
Pod::HtmlEasy Perl module can generate personalized HTML from PODs. Free Download
Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. Free Download
XML::Parser is a perl module for parsing XML documents. Free Download