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

Perl Oo freeware
Filter: All | Freeware | Demo
 

Perl Oo

1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 979

Date::Roman Date::Roman is a Perl OO extension for handling roman style dates. SYNOPSIS use Date::Roman; $caesar_death = Date::Roman->new(roman => id 3 702); print $caesar_death->ical(),"n"; #prints -520315 This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (124): Date::Roman Download

Added: August 08, 2010 | Visits: 1.436

MP3::Player::PktConcert MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert. SYNOPSIS use MP3::Player::PktConcert; my $pocket_concert = new MP3::Player::PktConcert; my $proc_port = $pocket_concert->mount(); $pocket_concert->open(); my @tracks =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): MP3::Player::PktConcert Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 364

Digest::Auth Robust Perl OO Module for Digest based Authentication leveraging DBI as a backend. This Performance oriented Hash Authentication Library is scalable from single pc to multi-database single signon www applications. Optionally uses Javascript and Cookies. Platforms: Windows, Mac, Linux

License: Freeware Size: 31.84 KB Download (50): Digest::Auth Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 355

IO::StructuredOutput Perl OO extension to ease creation of structured data output (html tables, csv files, excel spreadsheets, etc) Platforms: Windows, Mac, Linux

License: Freeware Size: 9.6 KB Download (44): IO::StructuredOutput Download

Added: October 06, 2010 | Visits: 833

classesfaq classesfaq is a Perl module with frequently asked questions about the Perl classes pragma.. Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): classesfaq Download

Added: April 07, 2010 | Visits: 833

idl2pysrv idl2pysrv is a IDL compiler to Python RPC-GIOP skeleton server. SYNOPSIS idl2pysrv [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -J -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): idl2pysrv Download

Added: March 18, 2010 | Visits: 1.120

idl2wsdl idl2wsdl is an IDL compiler to WSDL (Web Services Description Language). SYNOPSIS idl2wsdl [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D... Platforms: *nix

License: Freeware Size: 16.38 KB Download (127): idl2wsdl Download

Added: June 10, 2010 | Visits: 990

idl2javaxml idl2javaxml is an IDL compiler to language Java mapping & XML binding. SYNOPSIS idl2javaxml [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I... Platforms: *nix

License: Freeware Size: 49.15 KB Download (106): idl2javaxml Download

Added: May 20, 2010 | Visits: 6.486

WWW::Mechanize::Pluggable WWW::Mechanize::Pluggable provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say.... Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): WWW::Mechanize::Pluggable Download

Added: February 02, 2010 | Visits: 1.190

Text::LooseCSV Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n");... Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Text::LooseCSV 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: April 18, 2010 | Visits: 957

Digest::Perl::MD4 Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. This is not C-code interface (like Digest::MD5) but a Perl-only implementation of MD4 (like Digest::Perl::MD5). Because of this, it is slow but avoids platform specific complications. For efficiency you should use... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Digest::Perl::MD4 Download

Added: March 01, 2010 | Visits: 933

Digest::MD5::Perl Digest::MD5::Perl is a Perl implementation of Ron Rivests MD5 Algorithm. This is not an interface (like Digest::MD5) but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use Digest::MD5 instead of this module if it... Platforms: *nix

License: Freeware Size: 73.73 KB Download (138): Digest::MD5::Perl Download

Added: February 04, 2010 | Visits: 1.237

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: May 14, 2010 | Visits: 760

Argv Argv is a Perl module that provides an OO interface to an arg vector. SYNOPSIS use Argv; # A roundabout way of getting perls version. my $pl = Argv->new(qw(perl -v)); $pl->exec; # Run /bin/cat, showing how to provide "predigested" options. Argv->new(/bin/cat, [qw(-u -n)],... Platforms: *nix

License: Freeware Size: 44.03 KB Download (86): Argv Download

Added: October 06, 2010 | Visits: 675

Class::DataStore Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two => 2 ); my $store = Class::DataStore->new( %values ); # using get/set methods $store->set( three, 3 ); my $three = $store->get( three ); # using AUTOLOAD method $store->four(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Class::DataStore Download

Added: April 21, 2010 | Visits: 751

dtRdr::Traits::Class dtRdr::Traits::Class is a Perl module with shared OO stuff. Methods to Break Things NOT_IMPLEMENTED Imported into base class. Gives a nicer message than the standard "Cant locate method...", indicating that you did not typo the method name, but instead forgot to override it. sub... Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::Traits::Class Download

Added: April 13, 2010 | Visits: 726

pgk pgk is a Perl Gimp Kit, a OO perl gtk interface. pgk::Widget new ($name,$type) pre: $name is the name of this widget. $type is the type of this widget. post: base class pgk::Widget created, that implements base functions for all derived pgk classes. add($widget) pre: $widget is a... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): pgk Download

Added: May 08, 2010 | Visits: 763

Template::Plugin::Heritable Template::Plugin::Heritable is a Perl module with OO dispatching and inheritance for templates. SYNOPSIS [% USE Heritable %] [%# searches providers for a "view" template method on class (which should be a metamodel object, eg someobj.meta in Perl 6) %] [% Heritable.include(class, "view",... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Template::Plugin::Heritable Download

Added: November 14, 2010 | Visits: 796

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

1 2 3 4 5 >