The following is a way you can start out your perl scripts
use strict; use warnings FATAL => 'all'; use Carp; use English qw(-no_match_vars);
[Click to add or edit comments])
Please prepend comments below including a date
use strict; use warnings FATAL => 'all'; use Carp; use English qw(-no_match_vars);
Please prepend comments below including a date