- or download this
my $i="";
my $t="";
my @data="";
- or download this
my @data = ();
- or download this
$lines=scalar@data/4;
...
print $items;
}
- or download this
use warnings; # flags many questionable constructs
use diagnostics; # makes error messages much more understandable