in reply to Clean way to export all constants at once
# In package global_constants; our %EXPORT_TAGS = (all => \@EXPORT_OK); # In calling code (test.pl): use global_constants(':all');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Clean way to export all constants at once
by perl_help26 (Beadle) on Jan 30, 2014 at 16:17 UTC | |
by fishmonger (Chaplain) on Jan 30, 2014 at 17:41 UTC | |
by perl_help26 (Beadle) on Jan 31, 2014 at 08:29 UTC | |
by toolic (Bishop) on Jan 30, 2014 at 16:51 UTC |