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.441.592 Times

Yape freeware
 

Yape

Added: September 26, 2010 | Visits: 961

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: April 25, 2010 | Visits: 1.251

YAPE::HTML YAPE::HTML is Yet Another Parser/Extractor for HTML. SYNOPSIS use YAPE::HTML; use strict; my $content = "< html>...< /html>"; my $parser = YAPE::HTML->new($content); my ($extor,@fonts,@urls,@headings,@comments); # here is the tokenizing part while (my $chunk = $parser->next) { if...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (382): YAPE::HTML 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