| |

| Perl Tutorial Posted in Perl and CGI > Introduction by tutorialgrub on Aug 05, 2008
There are plenty of other Perl tutorials around, however I wanted something that included exercises developing a consistent theme; none of the others seemed to do this. |
| |

| Regular Expression Tutorial Posted in Perl and CGI > Miscellaneous by tutorialgrub on Aug 05, 2008
Begin learning the world of regular expressions. The basic concepts are explained and the largest pitfalls are covered. |
| |

| Environment Variables Posted in Perl and CGI > Development by tutorialgrub on Jul 07, 2007
You can have your scripts grab some information by using environment variables. |
| |

| Using cgi-lib.pl for Forms Posted in Perl and CGI > Form Processing by tutorialgrub on Jul 07, 2007
How to use cgi-lib.pl to read data from forms and make use of it. The file also includes some other useful features as well. |
| |

| Reading Directories Posted in Perl and CGI > File Manipulation by tutorialgrub on Jul 07, 2007
How to read the contents of a directory. |
| |

| File Checking Posted in Perl and CGI > File Manipulation by tutorialgrub on Jul 07, 2007
How to check for file existence and other file information. |
| |

| Writing to Files Posted in Perl and CGI > File Manipulation by tutorialgrub on Jul 07, 2007
How to overwrite the contents of a file with new information and how to delete a file. |
| |

| Appending Files Posted in Perl and CGI > File Manipulation by tutorialgrub on Jul 07, 2007
How to add data to the end of a file. |
| |

| Reading From Files Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
A two-part tutorial on how to read data from a flat text file and make use of it. |
| |

| Chop, Length, and Substring Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
How to use some helpful functions to manipulate or get values from strings. |
1 2 3 >> Next |