in reply to Re: use/import params during require
in thread use/import params during require
and have @_ be the LIST part (or the "import list") of the use command. Is there any way for @_ to be available at global body of the PM file runs during the require part of use or would bootstrap have to be moved into the import sub for the XS BOOT section to see the import list?Local::MyMod->bootstrap( $VERSION, @_);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use/import params during require
by tobyink (Canon) on May 12, 2012 at 18:44 UTC |