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

Open Perl Ide For Vista freeware
Filter: All | Freeware | Demo
 

Open Perl Ide For Vista

< 1 2 3 4 5 
Added: August 15, 2010 | Visits: 1.340

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: January 27, 2010 | Visits: 1.101

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: April 17, 2010 | Visits: 1.246

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Released: July 13, 2010  |  Added: July 15, 2010 | Visits: 1.027

DreamCoder for PostgreSQL Freeware DreamCoder for PostgreSQL is a free powerful Integrated Development Environment (IDE) for PostgreSQL Databases. With the intuitive DreamCoder's GUI increase your code quality and reduce the development process time. DreamCoder for PostgreSQL you will easily be able to build and execute...


Platforms: Windows

License: Freeware Size: 9.7 MB Download (129): DreamCoder for PostgreSQL Freeware Download

Added: May 06, 2010 | Visits: 1.076

Convert::Cyr Convert::Cyr, chcp is a Perl module for change cyrillic code page of a text. SYNOPSIS use Convert::Cyr qw(chcp); $converted_string=chcp($string, $maxlen, $from, $to); ABSTRACT Convert::Cyr, chcp - change cyrillic code page of a text. chcp takes as the first argument a string that is to...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (129): Convert::Cyr Download

Added: November 14, 2010 | Visits: 757

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Data::Stag::HashDB Download

Added: October 20, 2010 | Visits: 1.553

Template::Manual::Plugins Template::Manual::Plugins is Perl module for standard plugins. This section lists the standard plugins which can be used to extend the runtime functionality of the Template Toolkit. The plugins are distributed with the Template Toolkit but may required additional modules from CPAN. TEMPLATE...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (128): Template::Manual::Plugins Download

Added: April 14, 2010 | Visits: 988

XML::Diff XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. SYNOPSIS my $diff = XML::Diff->new(); # to generate a diffgram of two XML files, use compare. # $old and $new can be filepaths, XML as a string, # XML::LibXML::Document or XML::LibXML::Element objects. # The diffgram...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (128): XML::Diff Download

Added: July 09, 2010 | Visits: 1.493

Catalyst::Manual::Cookbook Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst. These recipes cover some basic stuff that is worth knowing for catalyst developers..


Platforms: *nix

License: Freeware Size: 225.28 KB Download (128): Catalyst::Manual::Cookbook Download

Added: April 11, 2010 | Visits: 1.545

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: November 24, 2010 | Visits: 1.494

MySQL Backup for lazy sysadmins MySQL Backup for lazy sysadmins (mysqlblasy) is a Perl script for automating MySQL database backups. It uses "mysqldump" for dumping mysql databases to the files sytem. MySQL Backup for lazy sysadmins program was written with automated usage in mind. For example, it is silent during operation,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): MySQL Backup for lazy sysadmins Download

Added: March 06, 2010 | Visits: 1.437

rdesktop rdesktop is an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the users NT desktop. Unlike Citrix ICA, no server extensions are required. rdesktop currently runs on most...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (126): rdesktop Download

Added: September 11, 2010 | Visits: 1.031

Pogo Pogo is a Perl interface for GOODS. SYNOPSIS use Pogo; $pogo = new Pogo sample.cfg; # connect to a database $root = $pogo->root_tie; # get a reference to root hash in the database $root->{key1} = "string"; # store a string into the database $value = $root->{key1}; # $value is "string"...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (126): Pogo Download

Added: July 18, 2010 | Visits: 1.230

Chatbot::Alpha::Syntax Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. SYNOPSIS use Chatbot::Alpha::Syntax; my $syntax = new Chatbot::Alpha::Syntax; # Set strict syntax. $syntax->syntax (strict); # Changed my mind, use loose $syntax->syntax (loose); # Only allow SOME...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Chatbot::Alpha::Syntax Download

Added: October 16, 2010 | Visits: 1.307

Lingua::Phonology::Symbols Lingua::Phonology::Symbols is a Perl module for associating symbols with segment prototypes. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Load the default features $phono->features->loadfile; # Load the default symbols $symbols = $phono->symbols;...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (125): Lingua::Phonology::Symbols Download

Added: January 18, 2010 | Visits: 1.432

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: September 12, 2010 | Visits: 2.092

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: January 07, 2010 | Visits: 1.383

SNMP::Monitor SNMP::Monitor is a Perl package for monitoring remote hosts via SNMP. SYNOPSIS require SNMP::Monitor; # Read a configuration file my $config = SNMP::Monitor->Configuration("/etc/snmpmon/config"); # Create a new monitor my $monitor = SNMP::Monitor->new($config); # Start monitoring...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (124): SNMP::Monitor Download

Added: May 20, 2010 | Visits: 1.681

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): WWW::Search::Yahoo Download

Added: November 04, 2010 | Visits: 931

MILA::Transliterate MILA::Transliterate is a Perl Module for transliterating text from Hebrew to various transliterations used in the Knowledge Center for Processing Hebrew (MILA) and vise versa. SYNOPSIS use MILA::Transliterate qw((hebrew2treebank hebrew2erel hebrew2fsma); my $erel_transliterated =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (123): MILA::Transliterate Download

< 1 2 3 4 5