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

Perl Interpreter freeware
Filter: All | Freeware | Demo
 

Perl Interpreter

< 1 2 3 4 5 
Added: June 08, 2013 | Visits: 345

OVAL Interpreter for Linux The OVAL Interpreter is a freely available reference implementation that demonstrates the evaluation of OVAL Definitions. Based on a set of Definitions the interpreter collects system information, evaluates it, and generates detailed OVAL Results. Platforms: *nix

License: Freeware Size: 2.48 MB Download (32): OVAL Interpreter for Linux Download

Added: August 21, 2008 | Visits: 1.531

Perl Module Manager Perl Module Manager helps you to install, un-install and manage Perl modules from a CPAN site and other sources in an easy and intuitive way. Allows you to search through thousands of useful modules and libraries on a CPAN site and its mirrors. Automatically launches internal nmake util and makes... Platforms: Windows

License: Freeware Size: 1.44 MB Download (538): Perl Module Manager Download

Added: August 09, 2008 | Visits: 6.058

Open Perl IDE Open Perl IDE is an integrated development environment for writing and debugging Perl scripts with any standard perl distribution. Features include - Complete encapsulation of "perl.exe"; Erroneous script lines will be listed on run, compile or debug; The first error-line is marked in editor... Platforms: Windows

License: Freeware Size: 1.1 MB Download (1967): Open Perl IDE Download

Added: July 01, 2010 | Visits: 734

Devel::GDB Devel::GDB is a Perl module to open and communicate a gdb session. SYNOPSIS use Devel::GDB; $gdb = new Devel::GDB(); print $gdb->send_cmd(-environment-path); print $gdb->get(info functions); The old get syntax (of Devel::GDB-1.23) has been deprecated and will not be supported in future... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Devel::GDB Download

Added: February 12, 2010 | Visits: 994

dbitotcl dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. This project allow to use nearly all functions of Perl DBI from Tcl as new Tcl commands. The use of Perl is hidden from the Tcl-User. Perl is loaded as embedded interpreter in the dbitotcl library and the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): dbitotcl Download

Added: June 17, 2010 | Visits: 1.018

Inline::CPR Inline::CPR is C Perl Run. Embed Perl in C, ala Inline SYNOPSIS #!/usr/local/bin/cpr int main(void) { printf("Hello World, Im running under Perl version %sn", CPR_eval("use Config; $Config{version}") ); return 0; } Is it C? Is it Perl? Its neither, its both. Its CPR! CPR (C Perl... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Inline::CPR Download

Added: June 06, 2010 | Visits: 751

RiveScript RiveScript is a Perl module that allows you to rendering intelligence very easily. SYNOPSIS use RiveScript; # Create a new RiveScript interpreter. my $rs = new RiveScript; # Load some replies. $rs->loadDirectory ("./replies"); # Load in another file. $rs->loadFile... Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): RiveScript Download

Added: March 07, 2010 | Visits: 1.043

Sendmail::Milter Sendmail::Milter is a Perl interface to sendmails Mail Filter API. SYNOPSIS use Sendmail::Milter; my %my_milter_callbacks = ( connect => &my_connect_callback, helo => &my_helo_callback, envfrom => &my_envfrom_callback, envrcpt => &my_envrcpt_callback, header => &my_header_callback,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Sendmail::Milter Download

Added: October 05, 2010 | Visits: 940

Inline::SLang::Changes Inline::SLang::Changes is a Perl module with changes to previous versions of the module. Inline::SLang lets you write Perl subroutines in S-Lang. It dynamically translates the parameters and return values into native data types for both languages (or into Perl classes that are used to represent... Platforms: *nix

License: Freeware Size: 112.64 KB Download (96): Inline::SLang::Changes Download

Added: February 17, 2010 | Visits: 956

PAUS - Perl AUtomation System 1.0 Paus is all about controlling "stuff" with easy scripts. You could for example make the light in your house go on and off in the way you specify. You also could use paus to create a remote controlled mp3box that also has a web-interface at the same time and shows the current song on an LCD... Platforms: *nix

License: Freeware Size: 358.4 KB Download (98): PAUS - Perl AUtomation System 1.0 Download

Added: August 03, 2010 | Visits: 917

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio... Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: August 19, 2010 | Visits: 1.631

Scrape::USPS::ZipLookup Perl Module The United States Postal Service (USPS) has on its web site an HTML form at http://www.usps.com/zip4/ for standardizing an address. Given a firm, urbanization, street address, city, state, and zip, it will put the address into standard form (provided the address is in their database) and display... Platforms: *nix

License: Freeware Size: 11.26 KB Download (134): Scrape::USPS::ZipLookup Perl Module Download

Added: March 11, 2010 | Visits: 1.044

Perl x86 Disassembler The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format... Platforms: *nix

License: Freeware Size: 38.91 KB Download (138): Perl x86 Disassembler Download

Added: May 08, 2010 | Visits: 986

VisiScript VisiScript is a simple graphical frontend for scripting languages like minscript, Python,Ruby, Tcl, Perl, Lisp/Scheme or others. VisiScript runs on the Qtopia desktop environment of the Zaurus and on all platforms supporting Qt 3.x. With this program you can read, modify, save and execute... Platforms: *nix

License: Freeware Size: 1.3 MB Download (101): VisiScript Download

Added: August 12, 2010 | Visits: 810

Inline::Ruby Inline::Ruby module can help you write Perl subroutines and classes in Ruby. SYNOPSIS print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; use Inline Ruby; __END__ __Ruby__ def add(a, b) a + b end def subtract(a, b) a - b end The Inline::Ruby module... Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): Inline::Ruby Download

Added: October 22, 2010 | Visits: 683

Tk_CreateImageType Tk_CreateImageType is a Perl module to define new kind of image. SYNOPSIS #include < tk.h > Tk_CreateImageType(typePtr) ClientData Tk_GetImageMasterData(interp, name, typePtrPtr) ARGUMENTS Tk_ImageType *typePtr (in) Structure that defines the new type of image. Must be static: a... Platforms: *nix

License: Freeware Size: 5.7 MB Download (95): Tk_CreateImageType Download

Added: September 20, 2013 | Visits: 1.884

Perl Audio Converter Perl Audio Converter is a tool for converting multiple audio types from one format to another. It supports AAC, AC3, AIFF, APE, AU, AVR, BONK, CAF, CDR, FAP, FLA, FLAC, IRCAM, LA, LPAC, M4A, MAT, MAT4, MAT5, MMF, MP2, MP3, MP4, MPC, MPP, NIST, OFR, OFS, OGG, PAC, PAF, PVF, RA, RAM, RAW, SD2, SF,... Platforms: *nix

License: Freeware Size: 112.64 KB Download (289): Perl Audio Converter Download

Added: January 18, 2010 | Visits: 1.512

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);... Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: November 19, 2010 | Visits: 853

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 610

AAM hSub Interpreter AAM hSub Interpreter is an alt.anonymous.messages news group downloader that can interpret which hsub messages belong to you. The program can also be used to decrypt your pgp messages. Platforms: Windows

License: Freeware Size: 2.2 MB Download (47): AAM hSub Interpreter Download

< 1 2 3 4 5