Help for this page
Select Code to Download
Select
or
download this
my $count = () = /\w+/g;
Select
or
download this
my $count = () = /\bperlmonk\b/g;
Select
or
download this
my $regex = join ('\s*', split(//, 'perlmonk')); my $count = () = /$regex/g;