Help for this page

Select Code to Download


  1. or download this
    if ({map{$_=>1}($bar,$baz,$boo)}->{$foo})
    {
            print "Yes!\n";
    }
    
  2. or download this
    if (grep{$_ eq $foo} $bar, $baz, $boo)
    # ...