> I'd rather not have multiple characters. A option hash or even a longer
> namespace would be more readable.
> 
>         $Perl::Warnings{undef} = 1;
>         $Perl::Tainting = 1;

I would argue that's what "use English" is for. Personally, I like the
shortcut of $^W et al.

-Nate

Reply via email to