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

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 the end

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 this as a reply

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: Sorry

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,