Help for this page
if (my @words = /(\b.*?\b)/g and not grep {/\d/} @words) { print @words; # Do stuff. }