Help for this page

Select Code to Download


  1. or download this
    foreach my $key (@sorted) {
        next unless $key eq '614' .. $key eq 'C18';
        print "$key: $db{$key} \n";
    }