Help for this page

Select Code to Download


  1. or download this
    if(grep($val1 =~ /$_/i,@arr1)) {
        print "Value is present\n" ;
    } else {
        print "Value is not present\n";
    }