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

File Parser Perl software
Filter: All | Freeware | Demo
 

File Parser Perl

< 1 2 3 4 5 
Added: November 14, 2010 | Visits: 1.168

Convert::Addressbook::Mozilla2Blackberry Convert::Addressbook::Mozilla2Blackberry is a Perl extension for converting a CSV comma delimited addressbook from Mozilla to Blackbery csv import format. SYNOPSIS use Mozilla::Mork; use Convert::Addressbook::Mozilla2Blackberry; #get the file from the command line or quit with an error... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Convert::Addressbook::Mozilla2Blackberry Download

Added: February 12, 2010 | Visits: 936

AudioLink .AudioLink is a tool that makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc. It is flexible, you have options of using a command line interface, multiple choices of GUIs,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): AudioLink Download

Added: January 25, 2010 | Visits: 1.155

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: March 18, 2010 | Visits: 1.460

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);... Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: May 26, 2010 | Visits: 1.092

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),... Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: May 22, 2010 | Visits: 1.004

File::MMagic File::MMagic is a Perl module to guess file type. SYNOPSIS use File::MMagic; use FileHandle; $mm = new File::MMagic; # use internal magic file # $mm = File::MMagic->new(/etc/magic); # use external magic file # $mm = File::MMagic->new(/usr/share/etc/magic); # if you use Debian $res =... Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): File::MMagic Download

Added: October 02, 2010 | Visits: 947

File::lockf File::lockf is a Perl module interface to the lockf system call. SYNOPSIS use File::lockf; File-Lockf is an interface to the lockf system call. Perl supports the flock system call natively, but that does not acquire network locks. Perl also supports the fcntl system call, but that is... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): File::lockf Download

Added: August 11, 2010 | Visits: 968

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Added: April 01, 2010 | Visits: 860

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

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: November 09, 2010 | Visits: 1.982

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: November 22, 2010 | Visits: 1.068

Acme::OneHundredNotOut Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Acme::OneHundredNotOut Download

Added: March 04, 2010 | Visits: 896

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML... Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: October 17, 2010 | Visits: 1.099

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records).... Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: August 18, 2010 | Visits: 793

File::RsyncP::Digest File::RsyncP::Digest is a Perl interface to rsync message digest algorithms. SYNOPSIS use File::RsyncP::Digest; $rsDigest = new File::RsyncP::Digest; # specify rsync protocol version (default is <= 26 -> buggy digests). $rsDigest->protocol(version); # file MD4 digests... Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): File::RsyncP::Digest Download

Added: August 18, 2010 | Visits: 2.337

Config::File Config::File is a Perl module to parse a simple configuration file. SYNOPSIS use Config::File; my $config_hash = Config::File::read_config_file($configuration_file); read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Config::File Download

Added: April 11, 2010 | Visits: 1.105

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 18, 2010 | Visits: 981

squidefender Squidefender is a perl script which parses a squid log file in native format for attacks. If it finds an attack is sends a complaint email to the ISP of the attacker. It also has the option to execute an external command to take other actions. This can for example be used to automatically adapt... Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): squidefender Download

Added: November 12, 2010 | Visits: 847

Devel::TraceFuncs Devel::TraceFuncs is a Perl module with trace function calls as they happen. SYNOPSIS Usage: require Devel::TraceFuncs; max_trace_depth 5; trace_file "foo.out"; trace_file $file_handle; sub foo { IN(my $f, "a message"); DEBUG "hellooo!"; } Devel::TraceFuncs provides utilities to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Devel::TraceFuncs Download

Added: March 15, 2010 | Visits: 873

Perltidy Perltidy is a Perl script which indents and reformats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful. Configuration Files While style preferences vary, most people would agree that it is important to... Platforms: *nix

License: Freeware Size: 317.44 KB Download (94): Perltidy Download

< 1 2 3 4 5