|
Documentation for the more
Documentation for Perl. A
This tutorial tackles one of
Based on the Darwinian
common Perl modules. A must
must read for all Perl
the most common newbie
principle of survival of the
read for all Perl
programmers and developers.
questions, how to install
fittest, genetic programming
programmers and developers.
This is a FREE service.
your regular joe CGI Script.
uses mutation and
This is a FREE service.
replication to produce
algorithms for creating
ever-improving computer
programs. In this column,
you'll get to know the
genetic algorithm in simple
terms. This article provides
Perl implementations for
some specific tasks, which
you can adapt for generic
use. To demonstrate the
genetic algorithm, the
author breeds numbers for
fitness to a formula, and
letters to form English
words.
Date: Apr, 30 2005 Date: Apr, 30 2005 Date: Apr, 16 2005 Date: Aug, 30 2001 |
|
A mainstay of the Perl
The author writes
In this Part 21 of "The
Tired of writing Perl code to
culture, JAPH is a short
"CGI::Application
Perl You Need To Know"
parse form data? Take a leaf
script that produces the
builds upon the bedrock of
series, it covers the
from the book of the experts
output "Just another
CGI, adding a structure for
Benchmark module — the handy
and let CGI.pm do all the
Perl hacker." Although
writing truly reusable
Perl stopwatch that allows
work for you. This article
written for the beginner or
Web-applications.
you to time, optimize, and
introduces you to CGI.pm's
intermediate Perl
CGI::Application takes what
slim down on code.
powerful page construction
programmer, this article
works about CGI and simply
and form parsing
examines a few simple
provides a structure to
capabilities, with simple
examples of the JAPH genre
negate some of the more
examples of how you can use
that will surprise and
onerous programming
it to simplify your Perl
engage even the most
techniques that have cast an
development.
seasoned devotee.
unfavorable light upon it.
CGI::Application code is so
universal and
non-proprietary that it
works exceedingly well on
any operating system and Web
server that supports Perl
and CGI. The
CGI::Application structure
makes it possible for
authors to distribute, for
the first time, fully
functional and sophisticated
Web-applications via CPAN.
Date: Aug, 01 2001 Date: Jul, 10 2001 Date: Jan, 24 2001 Date: Nov, 13 2000 |