The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: CGI and Perl :: Tips and Tutorials :: Development
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 19    Displaying: 1 - 19 Pages:  1   

   Perl POD   Hits: 551 

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


Free   Version: n/a   Platform(s): n/a   Updated: Sat Apr 30 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Perl Modules Docs   Hits: 523 

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


Free   Version: n/a   Platform(s): n/a   Updated: Sat Apr 30 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Configuring CGI Scripts   Hits: 819 

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


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Apr 16 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Genetic algorithms applied with Perl   Hits: 1013 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Aug 30 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   The elegance of JAPH: Just Another Perl Hacker   Hits: 831 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Aug  1 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using CGI::Application   Hits: 818 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Jul 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Benchmarking Perl   Hits: 1018 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Jan 24 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   CGI.pm Basics   Hits: 1168 

 
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 you can use it to simplify your Perl development.


Version: n/a   Platform(s): n/a   Updated: Mon Nov 13 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Untangling Lists and Hashes   Hits: 743 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Nov  6 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Tom's object-oriented tutorial for perl   Hits: 727 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Oct 30 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Perl 101 (Part 5) - Sub-Zero Code   Hits: 790 

 
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.


Version: n/a   Platform(s): n/a   Updated: Sat Oct  7 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Common Beginners Mistakes   Hits: 1388 

 
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 personal experience and complaints found on newsgroups/message boards.


Version: n/a   Platform(s): n/a   Updated: Sat Jan  8 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Common Server Errors and Messages   Hits: 895 

 
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.


Version: n/a   Platform(s): n/a   Updated: Sat Jan  8 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Debugging CGI Scripts 101   Hits: 742 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Dec  9 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Debugging CGI Scripts   Hits: 831 

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


Version: n/a   Platform(s): n/a   Updated: Tue Sep 28 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   User Info   Hits: 762 

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


Version: n/a   Platform(s): n/a   Updated: Tue Sep 28 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   CGI Environmental Variables   Hits: 1110 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Aug 31 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Printing all CGI environment variables   Hits: 790 

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


Version: n/a   Platform(s): n/a   Updated: Tue Aug 31 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sorting Techniques   Hits: 1175 

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


Version: n/a   Platform(s): n/a   Updated: Fri Jul 30 1999

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 19    Displaying: 1 - 19 Pages:  1   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog