- or download this
my $headerLine= -1;
my $prtIndex = -1;
my $shpIndex = -1;
my $clrIndex = -1;
my $sizIndex = -1;
- or download this
sub checkIndices {
my $count;
...
}
return (1==1);
}
- or download this
sub checkIndices {
for my $item (@_){
...
}
return (1==1);
}