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

Subroutines In Perl software
Filter: All | Freeware | Demo
 

Subroutines In Perl

< 1 2 3 4 5 > 
Added: January 14, 2010 | Visits: 1.729

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =...



Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: May 06, 2010 | Visits: 934

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...





Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Added: October 09, 2010 | Visits: 1.034

Plagger Plagger is a pluggable Atom/RSS feed aggregator written in Perl. Everything is implemented as a small plugin and you can mash them up together using Plagger core API and plugin hooks. You can think of Plagger as a blosxom or qpsmtpd for RSS aggregator. Plagger comes with various plugin API...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (85): Plagger Download

Added: November 11, 2010 | Visits: 1.038

Games::Irrlicht Games::Irrlicht is a Perl module that use the Irrlicht 3D Engine in Perl. SYNOPSIS package MyGame; use strict; use base Games::Irrlicht; use Games::Irrlicht::Constants; get EDT_SOFTWARE etc # override methods: The Why When building a game or screensaver displaying some continously...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): Games::Irrlicht Download

Added: August 14, 2010 | Visits: 870

WAIT WAIT Perl module is a rewrite of the freeWAIS-sf engine in Perl and XS. The central idea of the system is to provide a framework and the building blocks for any indexing and search system the users might want to build. Obviously the framework limits the class of system which can be build....


Platforms: *nix

License: Freeware Size: 98.3 KB Download (88): WAIT Download

Added: November 27, 2013 | Visits: 322

AcidRip AcidRip is an automated front end for MPlayer/Mencoder written in Perl, using Gtk2::Perl for a graphical interface. Makes encoding a DVD just one button click!


Platforms: *nix

License: Freeware Size: 92.16 KB Download (48): AcidRip Download

Released: February 03, 2005  |  Added: March 16, 2006 | Visits: 2.396

MojoClassifieds MojoClassifieds is a powerful classifieds software programs written in PERL on MySQL database backend that allows you to run your own free or commercial classified ads service or just manage ads and listings on your website in an effective and organised way. Features: 3-way-toplevel-category...


Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 976 KB Download (449): MojoClassifieds Download

Released: February 03, 2005  |  Added: March 17, 2006 | Visits: 2.375

MojoListings Manager MojoListings Manager is a powerful web content management software written in PERL on MySQL database backend that allows you to manage your listings online. If you are a company or agent and wish to manage your in- house listings in an effective and organised way, our software is the right choice...


Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 976 KB Download (104): MojoListings Manager Download

Released: February 03, 2005  |  Added: March 22, 2006 | Visits: 2.467

MojoDirectories MojoDirectories is a powerful web directory software written in PERL on MySQL database backend that allows you to run a free or commercial directory and charge per listings or on a recurring subscription basis on your website. If you are a company or agent and wish to manage your in-house...


Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 976 KB Download (105): MojoDirectories Download

Added: August 13, 2008 | Visits: 1.253

Relax Relax is a free GPL licensed, multi-platform web server log analyzer written in Perl. This tool can be used to track which search engines, search keywords and referring URLs led visitors to the web site, to track down bad links and to analyze what keywords to bid at pay-per-click search engines....


Platforms: DOS, Windows, *nix

License: Freeware Size: 127 KB Download (96): Relax Download

Added: August 18, 2008 | Visits: 1.971

FutureSQL Web Database Administration Tool FutureSQL is a Free, Open Source, Rapid Application Development web database administration tool, written in Perl, using MySQL. FutureSQL allows one to easily setup config files to view, edit, delete and otherwise process records from a MySQL database. It uses a data dictionary, configuration...


Platforms: *nix, Windows

License: Freeware Size: 239 KB Download (165): FutureSQL Web Database Administration Tool Download

Added: August 15, 2008 | Visits: 917

SoftSite Pro SoftSite Pro is a powerful and easy-to-use software portal solution written in Perl with full SSI (Server Side Includes) support. SoftSite Pro can be used in both the Windows and Unix/Linux environments and is remarkably easy to set up since it contains a built-in installer that automatically...


Platforms: *nix

License: Demo Cost: $29.95 USD Size: 2.1 KB Download (436): SoftSite Pro Download

Added: January 18, 2010 | Visits: 977

Eidetic Eidetic project is a middleware library for creating database applications in Perl. Eidetic is a middleware library for building database driven applications with Perl and Template::Toolkit. It provides handlers for displaying, editing, searching, and administrating data. It provides an...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (94): Eidetic Download

Added: September 30, 2013 | Visits: 735

Archmbox Archmbox is a simple email archiver written in perl; it parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages. At this time archmbox supports mbox and mbx mailbox formats. Four different modes are available: list mode, which is...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (92): Archmbox Download

Added: March 07, 2010 | Visits: 1.107

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: June 24, 2013 | Visits: 862

pDonkey Server pDonkey is the set of tools, written in Perl, for manipulating eDonkey peer2peer protocol. The main goal of project is to provide basic API for eDonkey network protocol.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): pDonkey Server Download

Added: August 18, 2010 | Visits: 1.035

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: July 18, 2010 | Visits: 855

svk svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous SVKSponsors..


Platforms: *nix

License: Freeware Size: 419.84 KB Download (100): svk Download

Added: July 06, 2010 | Visits: 851

Quantum::Superpositions Quantum::Superpositions package contains QM-like superpositions in Perl. SYNOPSIS use Quantum::Superpositions; if ($x == any($a, $b, $c)) { ... } while ($nextval < all(@thresholds)) { ... } $max = any(@value) < all(@values); use Quantum::Superpositions BINARY => [ CORE::index ];...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Quantum::Superpositions Download

Added: April 27, 2010 | Visits: 1.251

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): Class::Contract Download

< 1 2 3 4 5 >