Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    ...
    
        return \@r;
    }
    
  2. or download this
    sub kyle {
        my ( $ref1, $ref2 ) = @_;
    ...
        my %x;
        return [ grep { $x{$_}++ < $h{$_} } @{$ref1} ];
    }