You are viewing the version of this documentation from Perl 5.43.1.
            This is a development version of Perl.
        
      
- #import LIST 
- 
There is no builtin importfunction. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. Theusefunction calls theimportmethod for the package used. See alsouse, perlmod, and Exporter.