in reply to Re: Intropating Variables as Package Names
in thread Interpolating Variables as Package Names

$package::variable looks for a dynamic variable called $variable in the package package::. As Roy Johnson said, you need to look in the symbol table of $package.