Help for this page

Select Code to Download


  1. or download this
    my @array = split('\n',$output);
    if (  grep { 'patch-5.1.1.21510.gpg' =~ /\Q$_\E/  } @array ) {
          print "Match found\n";
    }