Help for this page

Select Code to Download


  1. or download this
      return grep { $_ eq $_[0] } @_[ 1 .. $#_ ];
    
  2. or download this
      return ~~grep { $_ eq $_[0] } @_[ 1 .. $#_ ];