On Thu, Sep 13, 2001 at 11:05:48AM -0500, Jay Strauss wrote:
> find any CREATEwhitespaceTABLEanycharsnot; and replace them with ''.  the
> whole lot of it has to start at a word boundary.

right on...

> I've never done this before, I didn't know you could produce a  list from a
> match command.

It's nifty...  the concept is an expansion on 
  ($a,$b,$c) = $var =~ m/(re1)(re2)(re3)/ 
  (where $1,$2,$3 are returned in a list context)

-- 
Ted Deppner
http://www.psyber.com/~ted/

Reply via email to