in reply to Re^6: How to import "global" variables into sub-scripts from main script?
in thread How to import "global" variables into sub-scripts from main script?
No idea what you mean, a use is basically a require + import at compile-time
Like documented:
BEGIN { require Module; Module->import( LIST ); }
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|