in reply to
regexp problem
from perlfaq:
for ($string) { s/^\s+//; s/\s+$//; }
[download]
Comment on
Re: regexp problem
Download
Code
In Section
Seekers of Perl Wisdom