in reply to Re: How do I combine SPLIT with trimming white space
in thread How do I combine SPLIT with trimming white space
That's a weird way to write $entry =~ s/\A\s+|\s+\z//g; :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I combine SPLIT with trimming white space
by Fletch (Bishop) on Aug 11, 2009 at 21:22 UTC |