Help for this page

Select Code to Download


  1. or download this
    my @words = @{ $splitter->words($parsed) };
    
  2. or download this
    my $words = $splitter->words($parsed);
    
    foreach my $x (@$words) {
        print "$x\n";
    }