Help for this page

Select Code to Download


  1. or download this
    return \%results, $type;
    
  2. or download this
    my ($results_hashref, $type) = findResults();
    foreach my $key (sort keys %$results_hashref) { ... } # etc