"Jose Guevarra" <[EMAIL PROTECTED]> wrote: > "" Perl supports "\w" in regular expressions. Posix expressions (which > the libraries from your system the server uses) do not support "\w"."" > > how do I tell which 'libraries' are being used hence the supported regex > syntax/capabilities?
Your system uses Posix regular expressions. Perl doesn't use your system libraries to implement regular expressions. It has its own code ot do that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

