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 ?

Agreed.

Thanks,

-- 
Rick Delaney
[EMAIL PROTECTED]

Reply via email to