Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $counter{$_}++ for @$have;
        return map { [ $_ => $counter{$_} ] } @$wanted;
    }
    
  2. or download this
    jed:3
    jethro:0
    zed:1
    zug:2