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

Perl Interpreter freeware
Filter: All | Freeware | Demo
 

Perl Interpreter

1 2 3 4 5 > 
Added: January 09, 2010 | Visits: 1.423

Piet::Interpreter Piet::Interpreter is a Perl interpreter for the Piet programming language. SYNOPSIS use Piet::Interpreter; my $p = Piet::Interpreter->new(image => my_code.gif); $p->run; Piet is a programming language in which programs look like abstract paintings. The language is named after Piet...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (242): Piet::Interpreter Download

Added: October 13, 2010 | Visits: 1.151

Safe::World Safe::World can create multiple virtual instances of a Perl interpreter that can be assembled together. SYNOPSIS See USE section for complexer example and the test.pl script. use Safe::World ; my $world = Safe::World->new( stdout => $stdout , ## - redirect STDOUT to this scalar. stderr...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Safe::World Download

Added: May 10, 2013 | Visits: 633

PHPerl Application PHPerl links a Perl interpreter into a PHP module for Apache. It provides a PHP API for managing Perl interpreters and evaluating Perl expressions, plus a package of Perl subroutines to assist in executing Perl packages in PHP context.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): PHPerl Application Download

Added: June 19, 2010 | Visits: 1.072

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print...


Platforms: *nix

License: Freeware Download (104): Tclperl Download

Added: May 10, 2013 | Visits: 475

PHPerl Perl and PHP are two of the most popular languages for creating dynamic web content. The PHPerl Project aims to combine the power (and extensive code libraries!) of both languages. PHPerl links a Perl interpreter into the PHP module for Apache. It provides a PHP API for managing Perl interpreters...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (47): PHPerl Download

Added: October 17, 2010 | Visits: 3.422

Visual Perl/Tk Visual Perl/Tk is a GUI development solution for beginners and professionals. Agenda - Why Perl/Tk - Other languages/libraries - Comparison table - Alternative visual tools for Perl/Tk - What beginners need - Why experienced programmer need it - What VPTK offers - Features that are not...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (210): Visual Perl/Tk Download

Added: June 20, 2013 | Visits: 392

Inline::Perl Inline::Perl is a Perl module that allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results. All user-defined procedures in the inlined Perl code will be available as normal subroutines; global...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Inline::Perl Download

Added: September 05, 2010 | Visits: 1.287

mod_perl mod_perl project brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (97): mod_perl Download

Added: November 06, 2010 | Visits: 1.008

fetchconfig fetchconfig is a Perl script for retrieving configuration of multiple devices. Cisco IOS devices are currently supported. Installation: fetchconfig.pl expects a Perl interpreter at /usr/bin/perl. fetchconfig.pl requires the Net::Telnet module. Just unpack the fetchconfig tarball at a...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): fetchconfig Download

Added: September 15, 2010 | Visits: 819

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

ExtUtils::Embed ExtUtils::Embed is a Perl module with utilities for embedding Perl in C/C++ applications. SYNOPSIS perl -MExtUtils::Embed -e xsinit perl -MExtUtils::Embed -e ldopts ExtUtils::Embed provides utility functions for embedding a Perl interpreter and extensions in your C/C++ applications....


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): ExtUtils::Embed Download

Added: April 13, 2010 | Visits: 1.049

Devel::Profile Devel::Profile is a Perl module to tell me why my perl program runs so slowly. SYNOPSIS perl -d:Profile program.pl less prof.out The Devel::Profile 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...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): Devel::Profile Download

Added: February 26, 2010 | Visits: 866

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: November 15, 2010 | Visits: 1.159

Program Version Switch pvswitch is a very tiny program which makes it possible to use different program installations on one machine flawlessly. Its flexibility is intended for people who need to run programs against different interpreter versions. But it can also be used for different purposes like switching the...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (102): Program Version Switch Download

Added: April 01, 2010 | Visits: 857

perlfilter perlfilter package contains Perl source filters. This article is about a little-known feature of Perl called source filters. Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. This...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (95): perlfilter Download

Added: January 08, 2010 | Visits: 1.026

Inline::Java::PerlInterpreter Inline::Java::PerlInterpreter is a Perl module used to call Perl directly from Java using Inline::Java. SYNOPSIS import org.perl.inline.java.* ; class HelpMePerl { static private InlineJavaPerlInterpreter pi = null ; public HelpMePerl() throws InlineJavaException { } static private...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (105): Inline::Java::PerlInterpreter Download

Added: April 06, 2010 | Visits: 744

Net::FTPServer Net::FTPServer is a secure, extensible and configurable Perl FTP server. SYNOPSIS ftpd [--help] [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file] [-P pidfile] [-o option=value] Net::FTPServer is a secure, extensible and configurable FTP server written in Perl. Current features include:...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (87): Net::FTPServer Download

Added: October 09, 2010 | Visits: 1.059

sirc sirc is an IRC (Internet Relay Chat) client for Unix programmed and programmable in perl, by Roger Espel Llima (aka orabidoo). sirc is much smaller than most clients, and yet has most of their features. Its divided in two parts, a dumb-mode (meaning, no full screen interface) client, dsirc,...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (102): sirc Download

Added: February 05, 2010 | Visits: 1.487

SQLite::VirtualTable SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (126): SQLite::VirtualTable Download

Added: April 05, 2010 | Visits: 837

mod_speedycgi mod_speedycgi speeds up perl scripts by running them persistently. SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!/usr/bin/perl to...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): mod_speedycgi Download

1 2 3 4 5 >