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
"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
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