Help for this page

Select Code to Download


  1. or download this
    my $found=0; 
    $_==$scalar and ($found=1),last for @array;
    
  2. or download this
    if (do {my $f=0; $_==$scalar and ($f=1),last for @array; $f}) {
    }