Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       next unless $#{$d2{$k}} >0;
       print "$k:\t (", join (",",sort @{$d2{$k}}),")\n";
    }
    
  2. or download this
    barney:     (flintstones,simpsons)
    fred:       (flintstones,jetsons,simpsons)
    george:     (flintstones,jetsons)