Help for this page
#! /usr/bin/perl use warnings; ... for my $part (split ' ', $string) { print "<$part>\n"; }