http://qs1969.pair.com?node_id=451989


in reply to Re^2: I resolve to finally grok and use the regex option...
in thread I resolve to finally grok and use the regex option...

/c (in conjunction with /g) is great for tokenization. See Using Multiple m/\G.../gc to Tokenize for an example. There's another example in perlfaq.

I've actually used all of the options listed in the poll.