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

Sample Perl Code software
Filter: All | Freeware | Demo
 

Sample Perl Code

< 1 2 3 4 5 
Added: March 06, 2010 | Visits: 1.215

Business::Associates::Stylesheet Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. THE PROCESSING MODEL Before we get going on the details, let us first remind ourselves on what we might call the processing model of the Associates package. The... Platforms: *nix

License: Freeware Size: 46.08 KB Download (98): Business::Associates::Stylesheet Download

Added: November 13, 2010 | Visits: 684

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,... Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): HTML::CMTemplate Download

Added: October 04, 2010 | Visits: 757

Embperl::Intro Embperl::Intro is an introduction to Embperl. Embperl has started as a Perl module for simply embedding Perl into HTML and has grown to a full featured system to build dynamic content (not only) under mod_perl. The version 1.x focus on HTML documents, also it could be used for any sort of ascii... Platforms: *nix

License: Freeware Size: 665.6 KB Download (98): Embperl::Intro Download

Added: June 04, 2010 | Visits: 1.482

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does... Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: November 10, 2010 | Visits: 1.338

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: June 02, 2010 | Visits: 1.213

Archive::SelfExtract Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with various options: Archive::SelfExtract::createExtractor(... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Archive::SelfExtract Download

Added: August 13, 2010 | Visits: 826

Inline::Lua Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. SYNOPSIS use Inline Lua; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b end Inline::Lua allows you to write functions in Lua.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): Inline::Lua Download

Added: May 24, 2010 | Visits: 912

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To... Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: June 26, 2010 | Visits: 835

Petal Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/" > < body tal:content="bar" >Dummy Content< /body... Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: February 21, 2010 | Visits: 868

Audio::TagLib::AudioProperties Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties. DESCRIPTION The values here are common to most audio formats. For more specific, codec dependant values, please see see the subclasses APIs. This is meant to compliment the Audio::TagLib::File and... Platforms: *nix

License: Freeware Size: 1.4 MB Download (96): Audio::TagLib::AudioProperties 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: August 16, 2010 | Visits: 1.645

WebDyne WebDyne is a dynamic content generation engine for Apache/mod_perl. WebDyne allows Perl code to be embedded or linked into HTML pages, selective rendering of HTML sections within a page based on logic, and much more. Once WebDyne is installed any file with a .psp extension is treated by Apache... Platforms: *nix

License: Freeware Size: 1.2 MB Download (96): WebDyne Download

Added: February 26, 2010 | Visits: 845

libintl-perl libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is very similar to the gettext family of functions in C, and it uses the... Platforms: *nix

License: Freeware Size: 450.56 KB Download (95): libintl-perl Download

Added: April 04, 2010 | Visits: 930

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): HTML::CGIChecker Download

Added: August 09, 2010 | Visits: 1.387

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: April 25, 2010 | Visits: 912

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value... Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: January 22, 2010 | Visits: 986

mixplayd mixplayd is a daemon that can be told to play mp3 (and now also ogg) files from the local file system. It cannot be controlled directly but with telnet. It has a built-in multi-channel mixer, so you can play several files on different channels with different volumes simultanously. This is very... Platforms: *nix

License: Freeware Size: 36.86 KB Download (95): mixplayd Download

Added: February 01, 2010 | Visits: 1.045

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: October 27, 2010 | Visits: 743

Gtk2::GladeXML Gtk2::GladeXML is a Perl module that create user interfaces directly from Glade XML files. SYNOPSIS # for a pure gtk+ glade project use Gtk2 -init; use Gtk2::GladeXML; $gladexml = Gtk2::GladeXML->new(example.glade); $gladexml->signal_autoconnect_from_package(main); $quitbtn =... Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): Gtk2::GladeXML Download

Added: July 20, 2010 | Visits: 751

Embperl Embperl is a framework for building websites with Perl. For the beginner its an easy to setup and use way of embedding Perl code in HTML pages. Embperl delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, session handling,... Platforms: *nix

License: Freeware Size: 665.6 KB Download (94): Embperl Download

< 1 2 3 4 5