|
Posted by Paul Lalli on March 3, 2007, 10:13 pm
Please log in for more thread options
> > Hi
>
> > What is the difference between
> > use Module
>
> Will import only whatever is in @Module::EXPORT
>
> > use Module ()
>
> will import nothing.
>
> > use Module (func1 func2)
>
> will import only func1 and func2 (but only if func1 and func2 are in
> @Module::EXPORT_OK).
... or @Module::EXPORT
Paul Lalli
|