Help for this page

Select Code to Download


  1. or download this
    # declare your hash
    my %hGoIds;
    ...
    # when you have read in all of the lines and found all of
    # the numbers, extract your keys
    my @aKeys = keys %hGoIds;