On Fri, Jul 15, 2005 at 11:46:42AM -0400, Rick Delaney wrote:
> Here's a new summary of masking warnings:
>                   
>                      # Warns
>      my $x;  my $x;  # yes
>      my $x; our $x;  # yes
>     our $x;  my $x;  # yes
>     our $x; our $x;  # no

Its not a mask but its useless and probably an oversight on the part of
the programmer.  Maybe a "Useless use of our"?  Or "Repeated use of our"?

I'm fine with dealing with that separately.


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Ahh email, my old friend.  Do you know that revenge is a dish that is best 
served cold?  And it is very cold on the Internet!

Reply via email to