A wide selection of great CGI
Tutorial and sample codes to
The new Inline module for
Those who use Perl as a
tutorials with code
calculate the distance
Perl allows you to write
programming language
examples. All comments are
between two locations. Free
code in other languages
frequently forget that it is
commented to make it easier
sample source codes in PHP,
(like C, Python, Tcl, or
just as useful as a quick
to read and understand.
ASP, ColdFusion, C/C++, C#,
Java), as well as toss it
and dirty scripting engine
Java, Perl, Visual Basic and
into Perl scripts. Unlike
for command-line operations.
Javascript. Longitude and
previous ways of interfacing
From the command line Perl
latitude for United States
C code with Perl, Inline is
can accomplish, in just a
ZIP Code and Canadian Postal
very easy to use, and very
single line, tasks that
Code are available in
much in keeping with the
require pages of code in
database subscription from
Perl philosophy. One
most other languages. This
http://www.zipcodeworld.com.
extremely useful application
article takes you through
of Inline is to write quick
some useful examples.
wrapper code around a
C-language library to use it
from Perl.
Date: Jul, 30 2005 Date: Mar, 05 2004 Date: Jun, 27 2001 Date: May, 01 2001 |
This is a code snippet useful
for formatting common names.
For example, john doe III,
can be converted to John Doe
III.
Date: Apr, 22 2001 |