Re: [SAtalk] Re: [Q perl regex] X-Spam-Status:

2002-06-12 Thread Theo Van Dinter
On Wed, Jun 12, 2002 at 12:06:13PM -0500, Derrick 'dman' Hudson wrote: > Does perl have a MULTILINE mode like python's p-c implementation has? Perl in general doesn't care about lines, it cares about strings. There are some regex chars (^, $, and . specifically) that pay attention to "lines" whic

Re: [SAtalk] Re: [Q perl regex] X-Spam-Status:

2002-06-12 Thread reader
"Derrick 'dman' Hudson" <[EMAIL PROTECTED]> writes: > Does perl have a MULTILINE mode like python's p-c implementation has? Yes, it has something similar. That is what I was asking about. ___ Sponsored by: ThinkGeek at http://www.Thi

[SAtalk] Re: [Q perl regex] X-Spam-Status:

2002-06-12 Thread Derrick 'dman' Hudson
On Wed, Jun 12, 2002 at 09:44:42AM -0700, [EMAIL PROTECTED] wrote: | I've been working on some perl scripting that grabs the rules listed | at X-Spam-Status:. I used a simple regex that looks for that line | and the presence of rules: | I had it mostly done but on actual testing against real ma