Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $dup_rec_of{ $critter }++ if $rec_of{ $critter }++;
    }
    printf "%s\n", join ', ', sort keys %dup_rec_of;
    
  2. or download this
    camel, llama