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

Perl Code Reference freeware
Filter: All | Freeware | Demo
 

Perl Code Reference

< 1 2 3 4 5 > 
Added: October 27, 2010 | Visits: 733

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

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

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: February 20, 2010 | Visits: 1.174

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

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: 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: 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 (92): Test::Fixme Download

Added: August 19, 2010 | Visits: 967

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: August 04, 2010 | Visits: 1.156

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: February 26, 2010 | Visits: 864

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: 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: 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: 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 (92): Template::Alloy::Parse Download

Added: August 03, 2010 | Visits: 965

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

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

< 1 2 3 4 5 >