blob: f5bd0ab653decacd007e5d0258be21f51b972d3d (
plain)
1
2
3
4
5
6
7
|
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
|