Help for this page

Select Code to Download


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