my $output = "update patch-5.1.1.21510"; #### my @array = split('\n',$output); if ( grep { $_ =~ /$PatchPath/ } @array ) { print "Match found\n"; }