in reply to Re^2: Including modules and pragmas in caller's scope via use
in thread Including modules and pragmas in caller's scope via use
This imports to the package/file/line at caller level 1, which matches what you are doing manually.autodie->import::into(1);
|
|---|