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

File Parser Perl freeware
Filter: All | Freeware | Demo
 

File Parser Perl

1 2 3 4 5 > 
Added: September 24, 2010 | Visits: 853

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use...



Platforms: *nix

License: Freeware Size: 83.97 KB Download (90): Locale::Maketext::Lexicon::Gettext Download

Added: July 03, 2010 | Visits: 775

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.022

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.266

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: March 24, 2010 | Visits: 2.216

ConfigFile for Haskell ConfigFile for Haskell is a configuration file parser and writer library for Haskell. The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): ConfigFile for Haskell Download

Added: July 24, 2010 | Visits: 1.053

Multistat Multistat is designed to be a flexible log file parser for multiple game servers. Designed with an extensible plugin interface, it is able to process statistics for any game and output them in any format simply by the use of custom modules. Currently modules for Halflife, Counterstrike...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (92): Multistat Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 520

FFPOJO - Flat File POJO Parser The FFPOJO Project is a Flat-File Parser, POJO based, library for Java applications. IMPORTANT: the source code of this project was migrated to GitHub: https://github.com/gibaholms/ffpojo


Platforms: Windows, Mac, Linux

License: Freeware Size: 56.85 KB Download (51): FFPOJO - Flat File POJO Parser Download

farg: a pedestrian M-file parser showing all used functions' syntax FARG parses an M-file (function or script) searching for function tags and lists their exact, literal syntax.in addition, FARG displays a wide variety of file statistics.currently, these functions are detected and listed- main function- subfunctions- nested functions- anonymous functions- eval...


Platforms: Matlab


Added: April 01, 2010 | Visits: 856

perlfilter perlfilter package contains Perl source filters. This article is about a little-known feature of Perl called source filters. Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. This...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (95): perlfilter Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 561

httpdwatch - apache's log file parser A parser that matches httpd access/error logs entries, recognizes spoiled accesses and split entries by date filter and good/bad accesses. Also feeds red and black lists to deny access. In/out paths and file names and spoiled URI can be configured.


Platforms: Windows, Mac, Linux

License: Freeware Size: 13.7 KB Download (48): httpdwatch - apache's log file parser Download

Added: February 27, 2010 | Visits: 966

Config::Fast Config::Fast is an extremely fast configuration file parser. SYNOPSIS # default config format is a space-separated file company "Supercool, Inc." support nobody@nowhere.com # and then in Perl use Config::Fast; %cf = fastconfig; print "Thanks for visiting $cf{company}!n"; print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Config::Fast Download

Added: June 28, 2013 | Visits: 388

File::AptFetch File::AptFetch - perl interface onto APT-Methods. Shortly: . Methods are usual executables. Hence F:AF forks. . There's no command-line interface for methods. The IPC is two pipes (STDIN and STDOUT from method POV). . Each portion of communication (named message) consists of numerical code...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (35): File::AptFetch Download

Added: November 11, 2010 | Visits: 884

ConfigReader::Simple ConfigReader::Simple is a simple configuration file parser. SYNOPSIS use ConfigReader::Simple; # parse one file $config = ConfigReader::Simple->new("configrc", [qw(Foo Bar Baz Quux)]); # parse multiple files, in order $config = ConfigReader::Simple->new_multiple( Files => [ "global",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): ConfigReader::Simple Download

Added: March 01, 2010 | Visits: 861

Config::Sofu Config::Sofu is a simple Sofu configuration file parser. SYNOPSIS use vars qw/%CONFIG/; use Config::Sofu "config.sofu"; if ($CONFIG{FOOBAR}) { ... } if ($CONFIG{Bar}->[7]->{Foo} eq "Foobar") { ... } Save the new configuration: $CONFIG{FOOBAR}="Bar times Foo"; Config::Sofu::save; or...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): Config::Sofu Download

Added: June 06, 2010 | Visits: 583

Config::Scoped Config:Scoped is a feature rich configuration file parser..


Platforms: *nix

License: Freeware Size: 66.56 KB Download (96): Config::Scoped Download

Added: October 01, 2013 | Visits: 317

libconfig for Linux libconfig is a portable and flexible C++ configure file parser which isthe ISO C++ port of KDE KConfig class.It has almost the same functionality as KConfig in KDE lib.Works fine under both Linux and Win32(msvc, mingw32 or Cygwin).


Platforms: *nix

License: Freeware Size: 245.76 KB Download (33): libconfig for Linux Download

Released: March 08, 2000  |  Added: March 02, 2006 | Visits: 7.029

T-Rex T-Rex v1.10 - Delphi file-parser component; with Awk-style pattern/action operation. Patterns are regular expressions; matches are Delphi events; actions are written in event handlers. Has analogues for virtually all Awk tokenizing functions (~0, ~n, RS, FS, NF etc). No Awk expertise is required...


Platforms: Windows

License: Freeware Size: 334 KB Download (1358): T-Rex Download

Added: September 24, 2010 | Visits: 1.187

libConfuse libConfuse is a library for parsing configuration files. It was called libcfg before, but was changed to not confuse with other similar libraries. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (100): libConfuse Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 456

dGIFLZW The dGIFLZW is a single file, pure perl subroutine collection for creation of GIF images on a per-pixel basis used in the bigger DiGiTrip.it project, a nautical navigation & GPS program working on Win, Mac and Linux written in Perl/Tk.


Platforms: Windows, Mac, Linux

License: Freeware Size: 9.66 KB Download (50): dGIFLZW Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 410

FlatPack Java API For Flat Files Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See 'FlatPack Feature List' under News for complete feature list.


Platforms: Windows, Mac, Linux

License: Freeware Size: 10.25 MB Download (51): FlatPack Java API For Flat Files Download

1 2 3 4 5 >