Re: Flip-flop operator help

2006-07-14 Thread Eric Amick
On Fri, 14 Jul 2006 12:00:08 -0700, you wrote: >I have something like this: > >while () >{ > if (// .. /<\/TAG>/) > { > # process line > } >} > >I got this from http://www.perl.com/pub/a/2004/06/18/variables.html. > >My special wrinkle is, I want to process certain sections of a file,

RE: Flip-flop operator help

2006-07-14 Thread Thomas, Mark - BLS CTR
Craig Cardimon wrote: > I have something like this: > > while () > { >if (// .. /<\/TAG>/) >{ ># process line >} > } > > I got this from http://www.perl.com/pub/a/2004/06/18/variables.html. > > My special wrinkle is, I want to process certain sections of > a file, but only