RE: Matching a section of test

2003-09-08 Thread Bob Showalter
Akens, Anthony wrote: > Thanks Bob, I'm going to file this away in > my nifty perl code file. I'm guessing this (range operator) behavior was part of sed's influence on Perl. Perhaps one of the Perl historians can confirm? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: Matching a section of test

2003-09-08 Thread Akens, Anthony
Thanks Bob, I'm going to file this away in my nifty perl code file. -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 10:29 AM To: Akens, Anthony; [EMAIL PROTECTED] Subject: RE: Matching a section of test Akens, Anthony wrote: > S

RE: Matching a section of test

2003-09-08 Thread NYIMI Jose (BMB)
+1 to Bob; José. -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 5:29 PM To: 'Akens, Anthony'; [EMAIL PROTECTED] Subject: RE: Matching a section of test Akens, Anthony wrote: > Sorry for the first post, didn't mean

RE: Matching a section of test

2003-09-08 Thread Bob Showalter
Akens, Anthony wrote: > Sorry for the first post, didn't mean this as > a reply. > > > Hello all... > > I'm wanting to write a script that scans a file, > ignoring all lines until it reaches a certain > section, then processes all lines in that > section that are not comments, until it reaches >

Re: Matching a section of test

2003-09-08 Thread James Edward Gray II
On Monday, September 8, 2003, at 09:55 AM, Akens, Anthony wrote: Hello all... Howdy. I'm wanting to write a script that scans a file, ignoring all lines until it reaches a certain section, then processes all lines in that section that are not comments, until it reaches the end of that se

Matching a section of test

2003-09-08 Thread Akens, Anthony
Sorry for the first post, didn't mean this as a reply. Hello all... I'm wanting to write a script that scans a file, ignoring all lines until it reaches a certain section, then processes all lines in that section that are not comments, until it reaches the end of that section. The section would