Have a read through the Tutorial material starting with the "Getting Started with Perl" series.
use strict; use warnings; are used to pick up errors, normally due to sloppy programming, like mistyping variable names and using variable before they are initialised. If there are errors of that sort in code you post here you are lible for a bit of a drubbing!
In reply to Re^3: Perl Security - Prevent SPAM
by GrandFather
in thread Perl Security - Prevent SPAM
by jazzwill
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |