Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value at per2.pl line 5.
    Use of uninitialized value at per2.pl line 5.
    ...
    smith
    rogers
    richards
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    #I had to add $_ because the other way "$authors{$}=1" gave me an erro
    +r
    }
    print "$_\n" for keys %authors;