search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
362 B
Text
7 lines
362 B
Text
The Exporter module implements an "import" method which allows a module
|
|
to export functions and variables to its users' namespaces. Many modules
|
|
use Exporter rather than implementing their own "import" method because
|
|
Exporter provides a highly flexible interface, with an implementation
|
|
optimised for the common case.
|
|
|
|
WWW: https://metacpan.org/release/Exporter
|