Help for this page

Select Code to Download


  1. or download this
    # offset is how many records into the dataset to start,
    #     0 means start at the beginning
    ...
    
        return \@results;
    }
    
  2. or download this
    sub get_top_status {
        my %args =
    ...
    
        return $sort;
    }