Active Perl’s Package Manager: ppm

Wednesday, August 6th, 2008 Posted in perl, programming, slackware | Comments Off

It allows you to get Perl pre-compiled packages. You can avoid installing a C compiler which is needed for some packages (KinoSearch for example). http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/ Alternate packages repositories: http://cpan.uwinnipeg.ca/PPMPackages/10xx/ Read more..

Perl’s KinoSearch vs Plucene

Thursday, July 17th, 2008 Posted in linux, perl, programming, windows | Comments Off

KinoSearch is the winner The following perl scripts index *.txt in the current folder and search for "TEST". The first one is using Perl's KinoSearch module and the other one ... Read more..

Free Download: US zip codes list and more

Wednesday, November 7th, 2007 Posted in free | Comments Off

US Zip Code CSV List It include the zip code, city, state, latitude, longitude, and county (Last Updated: Sept 20, 2007). Download US ZIP codes CSV list City CSV lists (USA and Canada) They ... Read more..

MySQL Dictionary Database

Saturday, October 13th, 2007 Posted in Uncategorized | 3 Comments »

I created it by extracting data from Wiktionary and Wordnet. It contains definitons, synonyms, antonyms, hyponyms and related words. Download the dictionary. Note: This file has been extracted from a MySQL ... Read more..

Install a Perl Module on a Shared Host

Tuesday, September 25th, 2007 Posted in Uncategorized | Comments Off

Make a directory where you will install the modules, eg: $ mkdir ~/perl Get and Install the Module ... Read more..