in reply to namespace hacking with globs
Take a reference to the array in the other namespace, and fill that up.
my $ar = \@OtherNameSpace::Ar; doTheThingWhichPopulatesBigArray($ar); [download]