Help for this page
Select Code to Download
Select
or
download this
print join "\n", map { tr/-//d; $_ } map { split/\s+/ } @words;
Select
or
download this
print join "\n", map { tr/-//d; split/\s+/; $_ } @words ;