Help for this page
my $str = " foo bar baz "; my @spl = split $str; print "@spl";
while ( <DATA> ) { split; #do something interesting; }