Gardner, Sam wrote:
> "use a quoted string instead of a regexp"
>  
> No, the regex is fine.  It's joins for which a regex won't work (and
> even within a double-quoted string, the \s works fine). 

The ' ' has a couple of advantages over the RE.  1) It's faster.
2) It drops any leading whitespace.  So I would vote for the ' ' split.

PS: Learn to clean up your replies a bit and not top-post.
-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to