On Sun, Jul 11, 2004 at 03:07:22PM -0400, stevan little ([EMAIL PROTECTED]) wrote:
> I think that reg-ex is too loose (and incorrect, but I know you really 
> meant /^[A-Z]+$/). I would rather see it check for all the documented 
> magic methods rather than a catch all for UPPERCASE names. Even though 

This also ignores the constants that we usually make all-caps.  

    use constant PANTS => 42; # is actually sub PANTS() {42}

I'm not sure if that's a feature or a problem.

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to