On 8/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> technically you are correct about escaping the dot, but in this particular
> situation my regexp is working.  I will escape the dot.
> my goal again is to print from one sting to another.... from "allsets"
> down.  I apologize for the long output if data, but I want to reflect 100%
> accuracy.
> 
> Any ideas on a simple for loop with a regexp?

for (<ARC>) {
  print if /one string/ .. /another/;
}

You already had that solution, though. What am I missing?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to