in reply to
simpler regex
1 while $name =~ s/(^| )(.)( |$)/$1$2\.$3/;
[download]
Boris
Comment on
Re: simpler regex
Download
Code
In Section
Seekers of Perl Wisdom