blob: 9afa61b3894ac7d4d4ae451af73020432abd63b4 (
plain) (
blame)
1
2
3
4
5
|
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.
|