| |

| 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. |
| |

| Associative Arrays Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
How to use associative arrays to store a similar group of variables. |
| |

| Manipulating Arrays Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
How to add, delete, and do other things with array elements. |
| |

| Using Arrays Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
How to use arrays to store a group of similar variables. |
| |

| Using Loops Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
Using for, while, and foreach to loop through certain parts of code. |
| |

| Perl Conditionals Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
Using if, elsif, else, and unless to check for certain conditions. |
| |

| Perl Operators: Part 2 Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
Using the comparison and logical operators. |
| |

| Perl Operators Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
Using Perl operators for math, assignments, and incrementing. Introduces the uses for these operators and the methods for using them. |
| |

| Perl Variables Posted in Perl and CGI > Programming by tutorialgrub on Jul 07, 2007
How to declare variables in Perl and use them in your scripts. |
1 2 >> |