Help for this page
Select Code to Download
Select
or
download this
my @words = grep { /^[a-z]/i } map { split } <FILE>;
Select
or
download this
map { split /\W+/ }