Help for this page

Select Code to Download


  1. or download this
    if ($Array1[0] =~ m{$Array2[0]}) {
        print "PASS\n";
    }