The documentation use
indicates that:
Some ... pseudo-modules import semantics into the current block area (for example, strict or integer, unlike ordinary modules that import characters into the current package (which are effective at the end of the file).
Similarly autodie
Replace functions with ones that succeed or die with a lexical domain
How to implement import semantics in the current block area using regular modules?
source
share