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 :: Introduction to Perl and CGI
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 35    Displaying: 1 - 20 Pages:  1 2

   Perl Tutorial   Hits: 701 

 
Learn the basics of programming in Perl. All the basic programming topics are covered with advanced topics like file manipulation and database interaction for adventerous programmers.


Free   Version: n/a   Platform(s): n/a   Updated: Sun Jul 30 2006

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

   Introduction To Perl -- Become A Guru   Hits: 3509 

 
This 8-page tutorial covers a wide range of Web programming in Perl. It starts off with the basic concepts, and then goes into more advanced topics such as subroutines, variables, functions, operators, control statements, and file manipulation. If you are just starting to learn Perl or want to go back to the basics of Perl, you will find this tutorial very helpful.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Oct 25 2005

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

   Herong's Notes on Perl   Hits: 1148 

 
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple.


Free   Version: 4.01   Platform(s): n/a   Updated: Wed Oct 19 2005

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

   Dr.Quek's notes on Perl   Hits: 713 

 
This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, it's designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.


Free   Version: n/a   Platform(s): windows   Updated: Tue Aug  2 2005

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

   Brief Introduction to PERL   Hits: 511 

 
This tutorial walks you through the basics of Perl programming language, including variables and statements.


Free   Version: n/a   Platform(s): linux   Updated: Tue Apr 26 2005

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

   Absolute Beginners Guide to CGI   Hits: 877 

 
What is CGI and how does it work? What is a cgi-bin? What to look for when buying a script? How to install a cgi script? Where to find scripts? What is Perl What are file permissions Telnet explained What is SSI and what does it mean to you Common errors and debugging.


Commercial   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu May 19 2005

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

   Sulfericacid- Oil of vitrol- Acid cleanup for code on the web   Hits: 808 

 
Go over everything from variable types, loops, file manipulations, complete step through in creating mailing forms, etc!


Version: NA   Platform(s): NA   Updated: Wed May  5 2004

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

   CGI Tutorial   Hits: 1584 

 
If you are looking to learn Perl CGI database programming for your web site, this tutorial is an easy way to do it. There are pictures to guide you and it is designed for someone with only minimal html knowledge. Covers perl syntax, cgi script installation, relational database concepts and design, the DBI module that perl uses to talk to the database, and four sample cgi scripts with line by line explanations.


Version: 2   Platform(s): All   Updated: Sun Nov  2 2003

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

   Perl: Data goes in, Files come out   Hits: 1294 

 
Learn how to read from and write to files and how to use STDIN and STDOUT to collect and output data. Then download the example: 'Prime number finder' and improve on it.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 22 2003

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

   Introduction to Perl   Hits: 1147 

 
Goes into how to obtain and install a copy of Perl, creating and executing scripts and some basic syntax.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 21 2003

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

   Learn Perl   Hits: 811 

 
Learn Perl statements, variables, operators, boolean, conditional, looping, and more through this comprehesive online tutorial.


Version: n/a   Platform(s): n/a   Updated: Thu Oct  2 2003

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

   CGI for the Total Non-Programmer   Hits: 3495 

 
This tutorial walks you through the basics of creating CGIs with Perl on a Unix platform. At the end of this tutorial you will be able to create Perl programs for counting hits, storing and retrieving guestbook information, and processing secure passwords. You will also gain an understanding of how the Perl programming language works, and you will learn to use variables, IF statements, and loops in Perl.


Version: n/a   Platform(s): n/a   Updated: Tue Sep  2 2003

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

   Perl CGI Web Database Programming Tutorial   Hits: 1237 

 
If you are looking to learn perl cgi database programming for your web site, this tutorial is the easiest way to do it. There are pictures to guide you, and the language used is friendly to non programmers. It is written in a sequential, step by step format, to make it easier to understand and follow. You will have the skills you need to build web database applications after reading this!


Version: n/a   Platform(s): n/a   Updated: Tue Apr 29 2003

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

   About Perl Online Class   Hits: 900 

 
A free, and self-paced online class. The homework is optional, and you're free to complete the assignments when you're ready. If you have questions or would like some feedback, you'll have lots of help and support from myself and your classmates in the About Perl/PHP Forum.


Version: n/a   Platform(s): n/a   Updated: Thu Aug 22 2002

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

   Introduction to Perl   Hits: 838 

 
This tutorial will go through the basics of Perl starting from the very beginning. Learn how to use variables, arrays, control structures, conditionals, file handling subroutines and more.


Version: n/a   Platform(s): n/a   Updated: Mon Jul  8 2002

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

   Ovid's Web Programming Course   Hits: 803 

 
A free online course designed to help those with a bit of familiarity with Perl learn to write CGI programs. The emphasis is on security and good coding practices. The author is a CPAN (Comprehensive Perl Archive Network) contributor, runs Portland Perl Mongers, and is known in the Perl community as someone who takes the time to help others learn.


Version: n/a   Platform(s): n/a   Updated: Wed May 15 2002

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

   Installing PERL Scripts   Hits: 736 

 
This article serves as an introduction to installing and troubleshooting Perl scripts. There's no programming in this article, just a “down and dirty” on how to get it right.


Version: n/a   Platform(s): n/a   Updated: Wed Feb 20 2002

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

   Simple Graphical CGI Overview   Hits: 821 

 
A graphical flow diagram illustrating 11 stages of a sample CGI script. Detailed information on all 11 stages is included.


Version: n/a   Platform(s): n/a   Updated: Mon Sep 10 2001

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

   Crashinto Learning Central   Hits: 511 

 
Crashinto Learning Central offers tutorials on Perl, html, and more.


Version: n/a   Platform(s): n/a   Updated: Mon Sep  3 2001

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

   Start with Perl CGI now!   Hits: 824 

 
This is an article series intended to teach perl cgi programming from very starting points to higher level web programming skills. You will learn from very basic concepts and will continue to become a professional web programmer.


Version: n/a   Platform(s): n/a   Updated: Mon Jul 23 2001

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

  Total: 35    Displaying: 1 - 20 Pages:  1 2

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