in reply to Re: Clean way to export all constants at once
in thread Clean way to export all constants at once
Thank you for the fast reply :D ... I realize that i still have to list the constants once in global_constants.pm or else it gives me an error
our @EXPORT_OK = ('CURRENTCHANGE','BLDNUM','STAGEROOTDIR','WEBREPORTDI +R'); our %EXPORT_TAGS = (all => \@EXPORT_OK);
This is great but can I push it further so that I wouldn't have to list even in global_constants.pm? Thanks a lot.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Clean way to export all constants at once
by fishmonger (Chaplain) on Jan 30, 2014 at 17:41 UTC | |
by perl_help26 (Beadle) on Jan 31, 2014 at 08:29 UTC | |
|
Re^3: Clean way to export all constants at once
by toolic (Bishop) on Jan 30, 2014 at 16:51 UTC |