Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    1,2,3,4,5,6
    3,4,5,7,8
    3,6,8,9
    
  2. or download this
    for (@sets) { $c{$_}++ for (@$_); }