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

Perl Code Examples freeware
Filter: All | Freeware | Demo
 

Perl Code Examples

< 1 2 3 4 5 > 
Added: August 09, 2010 | Visits: 1.378

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: 908

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 01, 2010 | Visits: 1.134

Apache Hello World Benchmarks Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server. Benchmarks can vary greatly from system to system, so this tool allows one to get numbers on ones own platform....


Platforms: *nix

License: Freeware Size: 37.89 KB Download (95): Apache Hello World Benchmarks Download

Added: February 01, 2010 | Visits: 1.033

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: July 10, 2010 | Visits: 1.171

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: October 27, 2010 | Visits: 736

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: February 13, 2010 | Visits: 1.212

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Pod::POM::View::HTML::Filter 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 (94): Embperl Download

Added: October 15, 2010 | Visits: 964

myfw myfw is firewall based on iptables snipets (modules). myfw project helps you to build your iptables firewall. A configuration is listing ``modules, which are containing iptables rules. Thoses modules can contain perl code, in order to facilitate writing of rules (think foreach @ntp_servers)....


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): myfw Download

Added: September 15, 2010 | Visits: 818

Devel::DProf Devel::DProf is a Perl code profiler. SYNOPSIS perl5 -d:DProf test.pl The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Devel::DProf Download

Added: April 16, 2010 | Visits: 965

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: July 26, 2010 | Visits: 1.113

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: February 20, 2010 | Visits: 1.175

Apache::AxKit::Language::XSP Apache::AxKit::Language::XSP is a Perl module with eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Object< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! <...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (93): Apache::AxKit::Language::XSP Download

Added: July 07, 2010 | Visits: 773

XML::PatAct::ToObjects XML::PatAct::ToObjects is an action module for creating Perl objects. SYNOPSIS use XML::PatAct::ToObjects; my $patterns = [ PATTERN => [ OPTIONS ], PATTERN => "PERL-CODE", ... ]; my $matcher = XML::PatAct::ToObjects->new( Patterns => $patterns, Matcher => $matcher, CopyId => 1,...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): XML::PatAct::ToObjects Download

Added: January 25, 2010 | Visits: 661

ummf ummf Perl module contains a driver for UMMF. SYNOPSIS ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ... This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (93): ummf Download

Added: September 14, 2010 | Visits: 997

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: March 12, 2010 | Visits: 595

Gtk2Fu Gtk2Fu is a GTK2 Forked Ultimate, a powerful layer on top of Gtk2. (forked from ugtk2.) gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development. It brings additional methods to ease the widget creation among other things. But the most important feature is...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Gtk2Fu Download

Added: January 03, 2010 | Visits: 836

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 (93): Text::VimColor Download

Added: January 15, 2010 | Visits: 874

Acme::MetaSyntactic::linux Acme::MetaSyntactic::linux - The Linux theme. This theme contains the lists all the known and less known Linux distributions, as maintained by DistroWatch on http://distrowatch.com/stats.php. Note that the distribution list also contains the *BSD projects. When writing code examples, its...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (93): Acme::MetaSyntactic::linux 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 >