Help for this page
#!/usr/bin/perl use warnings; ... say "NOPE!"; } }
if ($text =~ /Screening Ligands by/) { say "MATCH!"; } ... say "NOPE!"; } }