Help for this page
$phrase = "Hello World"; for ($phrase) { @parts = split }
while (<STDIN>) { push @parts, split; }