in reply to
Shortest way to replace a string
s/^(\d+)(\.00)[^\s]+/$1$2$2$2/g;
Comment on
Re: Shortest way to replace a string
Download
Code
In Section
Seekers of Perl Wisdom