in reply to Re^2: How to include a large number of constants?
in thread How to include a large number of constants?
For the constant subs to be recognised as such when the code that calls them is compiled, you'll need to put the do in a BEGIN{} block.
BEGIN{ do 'gi.inc'; }
|
|---|