the print statement just gives ARRAY(0x1864870). same if i try to print in quotes. what am i doing wrong?#$contents = contents of HTML page my $parsed = $scrubber->scrub($contents); my $splitter = new Lingua::EN::Splitter; my @words = $splitter->words($parsed); foreach my $x (@words) { print "$x\n"; }
In reply to Lingua Splitter by downer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |