• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:8    start  Previous  Next  Last    goto:
    The elegance of JAPH: Just Another Perl Hacker
    ON: 2007-08-10 10:05:54
    A mainstay of the Perl culture, JAPH is a short script that produces the output "Just another Perl hacker." Although written for the beginner or intermediate Perl programmer, this article examines a few simple examples of the JAPH genre that will surprise and engage even the most seasoned devotee.
    30 times | category:
    Using CGI::Application
    ON: 2007-08-10 10:01:09
    The author writes "CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an 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.
    14 times | category:
    Genetic algorithms applied with Perl
    ON: 2007-08-10 09:57:03
    Based on the Darwinian principle of survival of the fittest, genetic programming uses mutation and 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.
    12 times | category:
    Sorting Techniques
    ON: 2007-08-10 09:56:10
    An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.
    17 times | category:
    Printing all CGI environment variables
    ON: 2007-08-10 09:55:28
    This article provides a short CGI program that can print every environment variable it knows.
    10 times | category:
    CGI Environmental Variables
    ON: 2007-08-10 09:54:55
    One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned appropriate values within the environment that the server spawns for the cgi script. This page highlights some of the most commonly used ones, along with a brief description and notes on possible uses for them.
    5 times | category:
    Debugging CGI Scripts
    ON: 2007-08-10 09:54:20
    Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors.
    11 times | category:
    User Info
    ON: 2007-08-10 09:50:43
    This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.
    4 times | category:
    this:1/1 25records  total:8    start  Previous  Next  Last    goto: