> - Perl regular expressions
> 
>   This makes implementation outside Perl a near impossibility.
>   Normal v7 regexps are far easier to deal with.
> 
I would suggest adopting POSIX (egrep) regular expressions.
There's a bunch of code publicly available for it (GNU, BSD)
and is very portable.  It's expressive and pretty fast.  
However, implementing it in Perl may be difficult/impossible.  
I haven't seen any POSIX regular expression support for Perl.
Or, taking a much simpler approach with /bin/sh globbing.
There's public code for that too, but it's a much less 
expressive regular expression language.  You'll quickly get
frustrated with its lack of expressive power though...
I agree that going with Perl regular expression makes non-Perl
implementations very difficult.  I haven't seen any public
code that implements them (other than the Perl source of course :-).
-Darren
_________________________________________________
This messages was sent by the robots mailing list. To unsubscribe, send mail
to robots-request@webcrawler.com with the word "unsubscribe" in the body.
For more info see http://info.webcrawler.com/mak/projects/robots/robots.html