Help for this page

Select Code to Download


  1. or download this
    my (%authors, %subjects);
    # and populate these hashes somehow
    
    ...
       $authors{$from}->{$buddy}++
          for my $buddy map { split /\t/ } values %subjects;
    }