Help for this page

Select Code to Download


  1. or download this
    my $found = 0;
    for (@A) { if ($_ eq $key) { $found = 1; last } }
    if ($found) {
    ...