- or download this
if ( /REGION/ )
{
...
{
# Regular data line .. handle normally (see below)
}
- or download this
my %SalesReps = { 7A => \@steve, 7 => \@sue, 8 => \@mike };
- or download this
my $ThisArray = $SalesRep{ $region }
- or download this
unshift ( @{ $ThisArray }, $region, $reg_num, @name );