in reply to import() into caller
Perl automatically calls the import method when processing a use statement for a module.
Modules and use are documented in perlfunc and perlmod. Understanding the concept of modules and how the use statement operates is important to understanding the Exporter.
"These opinions are my own, though for a small fee they be yours too."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: import() into caller
by Anonymous Monk on Jun 16, 2023 at 04:42 UTC |