start page | rating of books | rating of authors | reviews | copyrights

Programming Perl

Programming PerlSearch this book
Previous: 3.2.73 hex Chapter 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 hex Programming Perl Next: 3.2.75 index
3.2.73 hex Book Index 3.2.75 index