On Tue, May 13, 2003 at 06:50:38PM -0700, Michael G Schwern wrote: > I've removed some of the references to awk/sed/C in the docs, left others > in that I felt were helpful or didn't cause a digression (ie. a "C-style > for loop"). Useful information moved to perltrap. You forgot one :) Remember: the value of $/ is a string, not a regex. awk has to be better for something. :-) [that's in perlvar] $/ = qr/[;,{}()]/; ? Regards, AdiThread Previous | Thread Next