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,
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