You don't need a package variable: you need an acccessor method. Global variables suck. :)
my $description = 'foo'; sub description { $description }
In reply to Re^4: Accessing variables in a runtime-loaded module
by brian_d_foy
in thread Accessing variables in a runtime-loaded module
by srd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |