Help for this page
use strict; my $text='Try to find the hidden string here!'; if ($text=~m/\bhidden\b/) { ... else { print "No match, sorry.\n"; }