19,155 tutorials online
12 tutorials pending review
763 dead links removed





Perl and CGI: Miscellaneous Tutorials

 

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.
289 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
133 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
280 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
318 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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
209 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
27 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
30 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

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.
133 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


<<  1  2