Re: Trying to modify Perl script

2008-09-23 Thread Darren Nay
Thank you! On 9/23/08 3:10 PM, "John W. Krahn" <[EMAIL PROTECTED]> wrote: Stephen Reese wrote: > [snip] >> #next unless /IPACCESSLOGP: list $acl denied ([tcpud]+) >> ([0-9.]+)\([0-9]+\)\s*->\s*([0-9.]+)\(([0-9]+)\), ([0-9]+) \; >> > next unless /IPACCESSLOGP: list $acl denied ([tcpud]+) ([0-9.]+

Pattern matching question

2008-09-23 Thread Darren Nay
uot; So, how do I tell it to stop at the first quote, and not to match to the last quote on that line? Is there a way to do this? Any help would be VERY much appreciated. Thanks so much! Darren Nay [EMAIL PROTECTED]