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

Perls freeware
Filter: All | Freeware | Demo
 

Perls

1 2 3 4 > 
Added: August 06, 2010 | Visits: 592

Leading::Zeros Leading::Zeros is a Perl module to defuse Perls octal number representation. SYNOPSIS no Leading::Zeros; my $answer = 042; # dies This module offers some control over Perls insidious "leading-zero-means-octal" notation. INTERFACE If the module is loaded via a no: no Leading::Zeros;...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Leading::Zeros Download

Added: November 01, 2010 | Visits: 739

DocPerl DocPerl provides a web-based interface to Perls Plain Old Documentation (POD). DocPerl project is a graphical easy to use interface to POD, automatically listing all installed modules on the local host, and any other nominated directories containing Perl files.. Home of the DocPerl Perl...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): DocPerl Download

Added: May 17, 2010 | Visits: 664

Db::DFC Db::DFC is the Perls Object-oriented interface to Documentums DFC. SYNOPSIS use Db::DFC; $dfc = Db::DFC->new(); $DOCBASE = "docbase"; $USER = "user"; $PASSWORD = "passwd"; $DOMAIN = "domain"; $FILE = $0; $dfclient = DfClient->new(); $idfclient = $dfclient->getLocalClient();...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Db::DFC Download

Added: November 04, 2010 | Visits: 1.099

File::stat File::stat is a by-name interface to Perls built-in stat() functions. SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa linksn"; } use File::stat qw(:FIELDS); stat($file) or die "No...


Platforms: *nix

License: Freeware Size: 14.2 MB Download (108): File::stat Download

Added: August 27, 2010 | Visits: 771

User::grent User::grent is an interface to Perls built-in getgr*() functions. SYNOPSIS use User::grent; $gr = getgrgid(0) or die "No group zero"; if ( $gr->name eq wheel && @{$gr->members} > 1 ) { print "gid zero name wheel, with other members"; } use User::grent qw(:FIELDS); getgrgid(0) or die...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): User::grent Download

Added: August 06, 2010 | Visits: 719

DBIx::Perlish DBIx::Perlish is a Perl module that provides the ability to work with databases supported by the DBI module using Perls own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using DBIx::Perlish, you can write most of your database queries using a domain-specific...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): DBIx::Perlish Download

Added: April 05, 2010 | Visits: 1.004

RubyInline Ruby Inline is an analog to Perls Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever).. A site oriented HTML creation toolkit.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): RubyInline Download

Added: January 18, 2010 | Visits: 955

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: November 19, 2010 | Visits: 896

dbxbandmin dbxbandmin collects traffic via ipchains/iptables/ipfwadm-rules and writes the data into an Interbase database. It uses Perls DBI-driver and can be extended with support for various database versions. - You need a kernel with firewall-support - you need ipfwadm or ipchains or iptables - you...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): dbxbandmin Download

Added: October 15, 2010 | Visits: 1.187

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: June 11, 2010 | Visits: 887

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: April 21, 2010 | Visits: 1.304

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (105): Curses::Application Download

Added: October 26, 2010 | Visits: 965

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: January 20, 2010 | Visits: 909

Clamor Clamor is software for musical ear training. The exercises currently available involve hearing intervals, hearing chords, and hearing notes relative to the tonic or the root of a chord.It runs on Linux and FreeBSD. Its written to be as platform-independent as possible, so it might be easy to port...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Clamor Download

Added: January 08, 2010 | Visits: 1.115

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): Module::Install::Philosophy Download

Added: September 24, 2010 | Visits: 938

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: October 17, 2010 | Visits: 1.097

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: March 07, 2010 | Visits: 1.466

MP3::Info MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files. SYNOPSIS #!perl -w use MP3::Info; my $file = Pearls_Before_Swine.mp3; set_mp3tag($file, Pearls Before Swine, q"77s", Sticks and Stones, 1990, q"(c) 1990 77s LTD.", rock & roll); my $tag =...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (100): MP3::Info Download

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: April 16, 2010 | Visits: 1.829

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

1 2 3 4 >