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

Perl Code freeware
Filter: All | Freeware | Demo
 

Perl Code

< 1 2 3 4 5 > 
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: 996

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

Added: August 06, 2010 | Visits: 837

bib2xhtml bib2xhtml project can convert BibTeX files into HTML (specifically, XHTML 1.0). The conversion is mostly done by specialized BibTeX style files, derived from a converted bibliography style template. This ensures that the original BibTeX styles are faithfully reproduced. Some post-processing is...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): bib2xhtml Download

Added: September 09, 2010 | Visits: 641

DBIx::HTMLinterface DBIx::HTMLinterface is a class for creating a CGI interface to a database. SYNOPSIS use CGI; use DBI; use DBIx::HTMLinterface; $cgi = new CGI; $dbh = DBI->connect("DBI:mysql:[DATABASE]:[HOSTNAME]","[USERNAME]","[PASSWORD]") ); $DBinterface = new DBIx::HTMLinterface ($cgi, $dbh,...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): DBIx::HTMLinterface Download

Added: September 19, 2010 | Visits: 968

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Added: February 26, 2010 | Visits: 865

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: March 27, 2010 | Visits: 744

ExtUtils::F77 ExtUtils::F77 is a simple Perl interface to F77 libs. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): ExtUtils::F77 Download

Added: August 03, 2010 | Visits: 966

CGI::SpeedyCGI SpeedyCGI is a Perl module to speed up perl scripts by running them persistently. SYNOPSIS #!/usr/bin/speedy ### Your Script Here. For example: print "Content-type: text/htmlnnHello World!n"; ## ## Optionally, use the CGI::SpeedyCGI module for various things ## # Create a SpeedyCGI...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (92): CGI::SpeedyCGI 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: February 04, 2010 | Visits: 1.196

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 22, 2010 | Visits: 838

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: September 27, 2010 | Visits: 1.414

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: October 24, 2010 | Visits: 900

XAO::Web XAO::Web is a Perl module for XAO Web Developer, dynamic content building suite. XAO::Web is a part of XAO open source web services suite. It allows to build dynamic web content using data, templates and external input. The distinguishing feature of XAO::Web is in its modular design where...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XAO::Web Download

< 1 2 3 4 5 >