Development

Results 1 - 19 of 19

Sort by:

Perl Tutorials - Name Spaces and Perl Module Files

This provides tutorial examples and notes about Perl module files and name spaces. Topics include using require() and do() functions to include other script files, using 'package' statement to declare new name spaces; creating new Perl modules in *.pm...
(show more)

  • Price: Free
  • Views: 146

Perl Modules Docs

Documentation for the more common Perl modules. A must read for all Perl programmers and developers. This is a FREE service.

  • Price: Free
  • Views: 638

Configuring CGI Scripts

This tutorial tackles one of the most common newbie questions, how to install your regular joe CGI Script.

  • Price: Free
  • Views: 915

Genetic algorithms applied with Perl

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....
(show more)

  • Price: Free
  • Views: 1,145

The elegance of JAPH: Just Another Perl Hacker

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...
(show more)

  • Price: Free
  • Views: 913

Using CGI::Application

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...
(show more)

  • Price: Free
  • Views: 991

Benchmarking Perl

In this Part 21 of "The Perl You Need To Know" series, it covers the Benchmark module — the handy Perl stopwatch that allows you to time, optimize, and slim down on code.

  • Price: Free
  • Views: 1,185

CGI.pm Basics

Tired of writing Perl code to parse form data? Take a leaf from the book of the experts and let CGI.pm do all the work for you. This article introduces you to CGI.pm's powerful page construction and form parsing capabilities, with simple examples of how...
(show more)

  • Price: Free
  • Views: 1,269

Untangling Lists and Hashes

In this Part 10 of "The Perl You Need to Know" series, you will be shown how to work with Perl's list and hash data structures.

  • Price: Free
  • Views: 906

Tom's object-oriented tutorial for perl

This is a comprehensive tutorial on object-oriented programming in Perl. Some of main topics include: Creating a Class, Class Data, Aggregation, Metaclassical Tools, and more.

  • Price: Free
  • Views: 921

Perl 101 (Part 5) - Sub-Zero Code

This Part 5 of the Perl 101 series introduces you to subroutines and teaches you how to structure your code for maximum reusability. Also included: return values, my() and local() constructs, and a marriage proposal.

  • Price: Free
  • Views: 885

Common Beginners Mistakes

This is a list of common mistakes that people make when writing Perl scripts and suggestions on how to fix them. Included are general help tips on how to debug - very important particularly for beginners at programming. This list is based on the author's...
(show more)

  • Price: Free
  • Views: 1,579

Common Server Errors and Messages

Find out what those server response codes like 401, 404, 500 mean. It can help you troubleshoot minor problems - knowing these are a must if you'll be working on programs that run on a server.

  • Price: Free
  • Views: 1,022

Debugging CGI Scripts 101

These are a few guidelines to help you solving problems with your CGI Script. Topics include: Short overview of the CGI calling process, Server Errors - The server fails to execute the CGI, Logical Errors (Errors in the program flow), and more.

  • Price: Free
  • Views: 831

Debugging CGI Scripts

Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors.

  • Price: Free
  • Views: 913

User Info

This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.

  • Price: Free
  • Views: 881

CGI Environmental Variables

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...
(show more)

  • Price: Free
  • Views: 1,206

Printing all CGI environment variables

This article provides a short CGI program that can print every environment variable it knows.

  • Price: Free
  • Views: 921

Sorting Techniques

An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.

  • Price: Free
  • Views: 1,283
<< previous
 ( ) 
next >>