Help for this page
my @words = @{ $splitter->words($parsed) };
my $words = $splitter->words($parsed); foreach my $x (@$words) { print "$x\n"; }