Help for this page

Select Code to Download


  1. or download this
        my $recCount         = $_[0];
        my $tlrRecordCount   = $_[1];
        my $verRecordCount   = $_[2];
    
  2. or download this
        my ($recCount)       = @_[0];
        my ($tlrRecordCount) = @_[1];
        my ($verRecordCount) = @_[2];