On Tue, Jul 19, 2005 at 12:17:43PM +0200, Rafael Garcia-Suarez wrote:
> I think the "our variable redeclared" warning can be extended to the case
> 
>     our $x; our $x;
> 
> but specifically not to the case
> 
>     our $x; package X; our $x;
> 
> since in this latest case the 2nd $x is bound to $X::x and not
> $main::x. Agreed ?

Yep.


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Don't try the paranormal until you know what's normal.
        -- "Lords and Ladies" by Terry Prachett

Reply via email to