Help for this page

Select Code to Download


  1. or download this
    # keys %foo:  extracts the keys from hash %foo
    #             and returns them as an array
    ...
      $k =~ s/ / gid=/;
      print ">$k\n" . join("\n", sort @$v) . "\n";
    }