in reply to How to update package scoped variables across files?

Looks like you neither need a hash nor exporter, just fully qualified names.

$id::Name = "Jim"; $id::Age = 16;

But I would rather prefer to upper case the package name to 'ID'.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!