Programming Perl

Programming PerlSearch this book
Previous: 3.2.73 hexChapter 3
Functions
Next: 3.2.75 index
 

3.2.74 import

import CLASSNAME LIST
import CLASSNAME

There is no built-in import function. It is merely an ordinary class method defined (or inherited) by modules that wish to export names to another module through the use operator. See use for details.


Previous: 3.2.73 hexProgramming PerlNext: 3.2.75 index
3.2.73 hexBook Index3.2.75 index