=over =item import LIST X There is no builtin L|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. The L|/use Module VERSION LIST> function calls the L|/import LIST> method for the package used. See also L|/use Module VERSION LIST>, L, and L. =back