if ($text =~ /Screening Ligands by/) { say "MATCH!"; } else { say "NOPE!"; } }