Help for this page

Select Code to Download


  1. or download this
    package MeSH::KOL;
    
    ...
      #$hash{2} = "blah2";
      #return %hash;
    } # end-sub
    
  2. or download this
    #/usr/bin/perl
    use MeSH::KOL;
    ...
    foreach my $auth_id (keys %kols) {
      print "$auth_id = $kols{$auth_id}\n";
    } # end-foreach