| |

| Perl Lesson 5: Reading Input Posted in Perl and CGI > Miscellaneous by tutorialgrub on Mar 15, 2011
In this tutorial you will learn how to read input in your CGI program, which is not rocket science, but the code to do it is a little more complex if you are a beginner. |
| |

| Perl Lesson 3: Operators In Perl Posted in Perl and CGI > Miscellaneous by tutorialgrub on Mar 14, 2011
In this tutorial you will learn that operators are one thing you use to manipulate data (usually numbers) however you wish. The most common ones deal with math problems. |
| |

| Using Variables In Perl Posted in Perl and CGI > Miscellaneous by tutorialgrub on Mar 14, 2011
A variable is where you keep your data. It can be text, numbers, or even simple True/False (Boolean) data. Whatever the case, you use variables to represent and keep track of data. |
| |

| Simple User Input And Sleep Functionality Using Perl Script Posted in Perl and CGI > Miscellaneous by tutorialgrub on Mar 12, 2011
This tutorial is a very simple script that will get the User Input And Clearly Explain How The Sleep Functionality is accomplihed using perl. |
| |

| Ignore empty lines using perl Posted in Perl and CGI > Miscellaneous by tutorialgrub on Mar 09, 2011
Today i will give you an idea here's what you would need if you want to skip blank lines or lines that have a '#' at the start |
| |

| Deleting Aliases in PowerShell Posted in Perl and CGI > Miscellaneous by tutorialgrub on Feb 16, 2011
In this tutorial, you will learn how to delete aliases in PowerShell. |
| |

| Adding Functions to the PowerShell ISE Menu Posted in Perl and CGI > Miscellaneous by tutorialgrub on Feb 10, 2011
In this tutorial, you will learn how to add your own functions to the ISE menu. |
| |

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