Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.105 Times

Parser Perl freeware
Filter: All | Freeware | Demo
 

Parser Perl

1 2 3 4 5 > 
Added: July 03, 2010 | Visits: 783

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,... Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: July 07, 2010 | Visits: 1.026

Biblio::Document::Parser Biblio::Document::Parser Perl module is a document parsing framework. Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser... Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Biblio::Document::Parser Download

Added: October 23, 2010 | Visits: 1.270

FrameMaker::MifTree FrameMaker::MifTree is a MIF Parser Perl module. SYNOPSIS use FrameMaker::MifTree; my $mif = FrameMaker::MifTree->new; $mif->parse_miffile(filename.mif); @strings = $mif->daughters_by_name(String, recurse => 1); print $strings[0]->string; $strings[3]->string(Just another new string.);... Platforms: *nix

License: Freeware Size: 48.13 KB Download (151): FrameMaker::MifTree Download

Added: May 10, 2013 | Visits: 708

Perl Entrez Gene Parser This program is a parser that abstract a data structure from a given Entrez Gene record, and users of the parser can decide what to do/extract from the data structure. Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent,... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (65): Perl Entrez Gene Parser Download

Added: January 18, 2010 | Visits: 973

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print... Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: April 08, 2010 | Visits: 1.041

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;... Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

Added: June 04, 2010 | Visits: 1.079

Mail::Box::Parser::C Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines. This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): Mail::Box::Parser::C Download

Added: May 02, 2010 | Visits: 1.199

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is... Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: September 10, 2010 | Visits: 887

WAP::SAXDriver::wbxml WAP::SAXDriver::wbxml is a Perl module with SAX parser for WBXML file. SYNOPSIS use WAP::SAXDriver::wbxml; $parser = WAP::SAXDriver::wbxml->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); WAP::SAXDriver::wbxml is a SAX2 driver, and it inherits of XML::SAX::Base. This man page... Platforms: *nix

License: Freeware Size: 23.55 KB Download (120): WAP::SAXDriver::wbxml Download

Added: May 13, 2010 | Visits: 1.147

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: January 27, 2010 | Visits: 987

Bio::Factory::SeqAnalysisParserFactoryI Bio::Factory::SeqAnalysisParserFactoryI is a Perl interface describing objects capable of creating SeqAnalysisParserI compliant parsers. SYNOPSIS # initialize an object implementing this interface, e.g. $factory = Bio::Factory::SeqAnalysisParserFactory->new(); # obtain a parser object... Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Factory::SeqAnalysisParserFactoryI Download

Added: June 17, 2010 | Visits: 1.269

KickstartWeb KickstartWeb is a complete web interface for provisioning Linux machines using Kickstart and PXE booting. KickstartWeb has been tested with Fedora Core, Red Hat Enterprise Linux, and CentOS. It provides control over your tftp files and a complete web GUI for creating and managing Kickstart... Platforms: *nix

License: Freeware Size: 44.03 KB Download (132): KickstartWeb Download

Added: August 10, 2010 | Visits: 814

Blatte::Parser Blatte::Parser is a Perl module that contains a parser for Blatte syntax. SYNOPSIS use Blatte::Parser; $parser = new Blatte::Parser(); $perl_expr = $parser->parse(INPUT); or $parsed_expr = $parser->expr(INPUT); if (defined($parsed_expr)) { $perl_expr = $parsed_expr->transform(); }... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Blatte::Parser Download

Added: October 19, 2010 | Visits: 1.053

BBCode::Parser BBCode::Parser is a Perl module that parses BBCode tags. BBCode is a simplified markup language used in several online forums and bulletin boards. It originated with phpBB, and remains most popular among applications written in PHP. Generally, users author their posts in BBCode, and the forum... Platforms: *nix

License: Freeware Size: 51.2 KB Download (112): BBCode::Parser Download

Added: November 17, 2010 | Visits: 1.121

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: February 26, 2010 | Visits: 749

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s 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... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: November 15, 2010 | Visits: 983

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser... Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: November 24, 2010 | Visits: 875

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: May 24, 2010 | Visits: 722

Rsync::Config::Parser Rsync::Config::Parser is a simple Perl module for Rsync configuration parser. SYNOPSIS use Rsync::Config::Parser; use Rsync::Config; sub main { my $parser = new Rsync::Config::Parser(); my $conf = $parser->parse(/etc/rsyncd.conf); } SUBROUTINES/METHODS new() Class constructor.... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Rsync::Config::Parser Download

1 2 3 4 5 >