Help for this page
# slurp file contents my $contents; ... } # split into array on consecutive whitespace my @words = split /\s+/, $contents;