in reply to import() and symbol-table population!? (compile vs. runtime)
One possibility could be to use a CHECK or INIT block, which run after the initial compile time but before the execution of the program starts. See the "BEGIN, CHECK, INIT, and END" section of perlmod for more on exactly when these blocks are run.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: import() and symbol-table population!? (compile vs. runtime)
by phaylon (Curate) on Feb 07, 2007 at 14:17 UTC |