Help for this page

Select Code to Download


  1. or download this
    # get list of every author
    foreach $from (sort keys %authors) {
    ...
        ${$authors{$from}}{$buddy}++;
        }
    }