in reply to BEGIN block
The only way to do something before this is use a BEGIN block just before the use statementBEGIN { require Module; Module->import( LIST ); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: BEGIN block
by Laurent_R (Canon) on Oct 23, 2015 at 07:33 UTC | |
by Discipulus (Canon) on Oct 23, 2015 at 07:41 UTC |