Help for this page

Select Code to Download


  1. or download this
    sub my_any (&@) {
      my $block = shift;
    ...
    say my_any { exists $hash{$_} } @list;
    
    say exists_any %hash, @list;      # note cleaner syntax