in reply to Re: Variable scope in packages.in thread Variable scope in packages.
sub A::A { } sub B::B { } $C::someVar = 123; [download]