http://qs1969.pair.com?node_id=782615


in reply to find acronyms in a text

$_ =~ s/\s+//; my @Elements = split /\s/;

You are first removing all white space from the input, and then try to split on white space???? This doesn't make sense to me.

-- 
Ronald Fischer <ynnor@mm.st>