http://qs321.pair.com?node_id=330789


in reply to Re: How do I remove whitespace at the beginning or end of my string?
in thread How do I remove whitespace at the beginning or end of my string?

...or... more simply, you could do it this way as a one liner:
s/^\s+|\s+$//g