Looks like it's a Posix thing added in 5.8.0 which is cool and can be written as
[:^ascii:]
Instead of [^[:ascii:]]
Very cool, although it only works on my 5.8.0 and not 5.0
(I don't have a 5.6 ish anyone know when the Posix support was added to regexes?)
I don't know the version it was added in, but it works in Perl 5.6.0.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]