Help for this page

Select Code to Download


  1. or download this
    push @rptType, $rptType unless @rptType;
    push @rptType, $rptType unless grep /$rptType/, @rptType;
    
  2. or download this
    push @rptType, $rptType unless $seen{$rptType}++;