Help for this page
use strict; ... my ($one, $two, $three) = split /\s+/, $string; print "$one\n$two\n$three\n\n";
/home/jptxs > perl -w stripNsplit this ... other /home/jptxs >