On Thu, Oct 23, 2003 at 10:41:25AM -0400, Chris Santerre wrote:

> Why are some URI rules written normally like this:
> uri name /regex/ 
> and others:
> uri name m{regex}
> uri name [EMAIL PROTECTED]@

> What is up with the m's?

They're equivalent. Have a look in, f'rex, _Programming Perl_
or _Perl in a Nutshell_, both from O'Reilly. 

THe "m" is superfluous, but it's the "match" operator. 

-- 
Mike Andrews
[EMAIL PROTECTED]
Tired old sysadmin 


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to