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

Perl Code freeware
Filter: All | Freeware | Demo
 

Perl Code

< 1 2 3 4 5 
Added: October 04, 2010 | Visits: 751

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: February 12, 2010 | Visits: 668

Getopt::Helpful Getopt::Helpful is an integrated option hash / help messages. STATE This module is still under development, but is being publish on CPAN to satisfy some code which depends on it. The interface may change in a future version and some of the functionality is not yet complete. SYNOPSIS This...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Getopt::Helpful Download

Added: January 03, 2010 | Visits: 835

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Text::VimColor Download

Added: July 20, 2010 | Visits: 745

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 (88): Embperl Download

Added: November 06, 2010 | Visits: 1.305

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: June 04, 2010 | Visits: 1.473

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: February 27, 2010 | Visits: 1.219

HTML::Mason HTML::Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components. Mason solves the common problems of site development: caching, debugging, templating, maintaining development and...


Platforms: *nix

License: Freeware Download (89): HTML::Mason Download

Added: January 07, 2010 | Visits: 534

AxKit2::XSP::SimpleTaglib AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use AxKit2::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler needed - if in doubt, just leave...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (87): AxKit2::XSP::SimpleTaglib Download

Added: March 12, 2010 | Visits: 536

PDL::Impatient PDL::Impatient is a PDL for the impatient. SYNOPSIS A brief summary of the main PDL features and how to use them. Perl is an extremely good and versatile scripting language, well suited to beginners and allows rapid prototyping. However until recently it did not support data structures...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::Impatient Download

Added: October 13, 2010 | Visits: 808

Apache2::AuthColloquy Apache2::AuthColloquy is a mod_perl authentication against the Colloquy users.lua file. SYNOPSIS AuthName "Talker Members Area" AuthType Basic # Full path to your users.lua file or users/ directory PerlSetVar users_lua /home/system/colloquy/data # Set if you want to allow an alternate...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Apache2::AuthColloquy Download

Added: July 09, 2010 | Visits: 989

Apache2::Ajax Apache2::Ajax is a mod_perl interface to CGI::Ajax. SYNOPSIS ###################################################### # in httpd.conf PerlLoadModule Apache2::MyAjaxApp < Location /ajax > SetHandler perl-script PerlResponseHandler Apache2::MyAjaxApp PJX_fn js_function_name...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Apache2::Ajax Download

Added: May 15, 2010 | Visits: 512

Zoidberg Zoidberg (a.k.a. zoid) provides a modular Perl shell written, configured, and operated entirely in Perl. Zoidberg project aspires to be a fully operational login shell with all the features one normally expects. But it also gives direct access to Perl objects and data structures from the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Zoidberg Download

Added: April 07, 2010 | Visits: 840

PerlActor PerlActor is a simple automated executable acceptance test framework for Perl. PerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code. XP mandates that...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (87): PerlActor Download

Added: June 02, 2013 | Visits: 802

Simple Comments Script Simple Comments Perl script allows you to implement a basic comment posting system on the static pages of your Web site.Features:- Template-based design: You can craft the HTML output by the scripts by adjusting template files separately from the Perl code.- Basic HTML support: A few unadorned...


Platforms: CGI and Perl

License: Freeware Size: 163.84 KB Download (51): Simple Comments Script Download

Added: June 13, 2013 | Visits: 369

YAML::Logic YAML::Logic allows users to define simple boolean logic in a configuration file, without permitting them to run arbitrary code. While Perl code can be controlled with the Safe module, Safe can't prevent the user from defining infinite loops, exhausting all available memory or crashing the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): YAML::Logic Download

Added: August 05, 2013 | Visits: 324

Parse::PerlConfig This module is useful for parsing a configuration file written in Perl and obtaining the values defined therein. This is achieved through the parse() function, which creates a namespace, reads in Perl code, evals it, and then examines the namespace's symbol table. Symbols are then processed into...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Parse::PerlConfig Download

Added: February 12, 2010 | Visits: 929

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.636

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 04, 2010 | Visits: 1.195

W2g W2g is a framework for building Web-based applications such as online databases, intranet portals, or CRM systems. W2g applications are developed within the web browser, no coding is needed. However, if you are a programmer, you can extend the multi-faced feature set of W2g even more. Skel...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (92): W2g Download

Added: April 26, 2010 | Visits: 895

irclogger irclogger is a simple "bot", a program connecting as a client on IRC servers to provide a web log of what is said. It is built to provide a simple and web-compliant service. Irclogger was done to: * Be used on intranets, where users can be trusted and will not try constantly to crack the...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): irclogger Download

< 1 2 3 4 5