in reply to Re: Logic for importing and strict vars?
in thread Logic for importing and strict vars?
If that was the case BEGIN { package OfEmpire; *::x=\$::a } would have the same problem, but it's valid. What matters according to tye is the package in which the instruction that overwrites the glob is located.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Logic for importing and strict vars?
by LanX (Saint) on Feb 27, 2019 at 14:14 UTC | |
by Laurent_R (Canon) on Feb 27, 2019 at 14:57 UTC | |
by LanX (Saint) on Feb 27, 2019 at 15:55 UTC |