Oct 28, 2002 #2 133tcamel Programmer Sep 22, 2002 137 IN for ($string) { s/^\s+//; s/\s+$//; } ( I shamelessly copied this from perlfaq4.html ) --- cheers! san. Upvote 0 Downvote
for ($string) { s/^\s+//; s/\s+$//; } ( I shamelessly copied this from perlfaq4.html ) --- cheers! san.