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

Perl Programming freeware
Filter: All | Freeware | Demo
 

Perl Programming

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

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: June 11, 2010 | Visits: 1.547

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that... Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

Added: March 10, 2010 | Visits: 766

Net::Z3950 Net::Z3950 is a Perl extension for talking to Z39.50 servers. WARNING You should not be using this module unless you need this precise API for compatibility reasons. New applications should use the ZOOM-Perl module (Net::Z3950::ZOOM) instead. SYNOPSIS (This code blocks in reads: see below... Platforms: *nix

License: Freeware Size: 88.06 KB Download (89): Net::Z3950 Download

Added: January 14, 2010 | Visits: 1.346

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your... Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: April 25, 2010 | Visits: 827

SWISH::HiLiter SWISH::HiLiter is a simple Perl interface to SWISH::API and HTML::HiLiter. SYNOPSIS my $query = "foo OR bar"; require SWISH::API; my $swish = SWISH::API->new( my_index ); require SWISH::HiLiter; # create an object my $hiliter = SWISH::HiLiter->new( swish=>$swish, query=>$query ); #... Platforms: *nix

License: Freeware Size: 12.29 KB Download (127): SWISH::HiLiter Download

Added: May 13, 2010 | Visits: 1.026

Simple Perl Package Manager Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package. It records MD5 checksums of all installed files and includes... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Simple Perl Package Manager Download

Added: February 05, 2010 | Visits: 1.493

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 06, 2010 | Visits: 798

Language::XSB Language::XSB is a Perl module that allows you to use XSB from Perl. SYNOPSIS use Language::XSB :query; use Language::Prolog::Types::overload; use Language::Prolog::Sugar vars=>[qw(X Y Z)], functors=>{equal => =}, functors=>[qw(is)], chains=>{plus => +, orn => ;}; xsb_set_query(... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Language::XSB Download

Added: May 04, 2010 | Visits: 1.104

Perl Pop3 Perl Pop3 is a POP3 server fully implemented in Perl. The advantages over other POP3 servers are that it is not a memory hog, and can be used to connect to databases for authentication. Also, its code is easy to extend for any other uses, like POP-before-SMTP and extended logging.. Get Perl... Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Perl Pop3 Download

Added: February 11, 2010 | Visits: 1.675

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk... Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Mail::Webmail::Yahoo Download

Added: August 23, 2010 | Visits: 1.287

Felix Programming Language Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context... Platforms: *nix

License: Freeware Size: 1.2 MB Download (114): Felix Programming Language Download

Added: October 01, 2010 | Visits: 1.484

Io programming language Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua... Platforms: *nix

License: Freeware Size: 5.4 MB Download (125): Io programming language Download

Added: January 13, 2010 | Visits: 1.137

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #... Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Added: August 13, 2010 | Visits: 826

Inline::Lua Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. SYNOPSIS use Inline Lua; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b end Inline::Lua allows you to write functions in Lua.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): Inline::Lua Download

Added: June 02, 2010 | Visits: 1.133

Perl Chat Perl Chat is a project that consists of a client and a server, both written in perl. The goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network. Both the client and the server are written in Perl, and the client uses... Platforms: *nix

License: Freeware Size: 36.86 KB Download (118): Perl Chat Download

Added: October 07, 2010 | Visits: 1.268

PDL::Tips PDL::Tips is a Perl module with small tidbits of useful arcana. Programming tidbits and such. SYNOPSIS use PDL; # Whatever happens here. This page documents useful idioms, helpful hints and tips for using Perl Data Language v2.0. Help Use help help within perldl or the pdldoc program... Platforms: *nix

License: Freeware Size: 2.1 MB Download (97): PDL::Tips Download

Added: July 11, 2010 | Visits: 706

PDL::Internals PDL::Internals is a Perl module that contains a description of some aspects of the current internals. Intro This document explains various aspects of the current implementation of PDL. If you just want to use PDL for something, you definitely do not need to read this. Even if you want to... Platforms: *nix

License: Freeware Size: 2.1 MB Download (88): PDL::Internals Download

Added: March 21, 2010 | Visits: 640

Chipcard::CTAPI Chipcard::CTAPI is a Perl module for communication with chipcard terminals. SYNOPSIS use Chipcard::CTAPI; my $ct = new Chipcard::CTAPI(interface => Χpcard::CTAPI::PORT_COM1) or die "Cant communicate with card terminal"; my $memory_size = $ct->getMemorySize(); $ct->read(0,... Platforms: *nix

License: Freeware Size: 28.67 KB Download (114): Chipcard::CTAPI Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 859

Programming without coding technology Programming without coding technology (PWCT) is a visual programming system enables the developers to develop win32 application 100% without coding at all. Users will be able to develop several application without any coding knowledge: database, multimedia, AI, text processing and more. PWCT... Platforms: Windows

License: Freeware Download (62): Programming without coding technology Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 643

BOLT Programming BOLT Programming was built to be a simple and accessible programming language. The languages was mainly designed to help beginning programmers understand difficult concepts such as those seen in BASIC, while maintaining power, speed, and portability as shown in C++. Platforms: Windows

License: Freeware Download (49): BOLT Programming Download

< 1 2 3 4 5