prev <<
Using use
>> next
use Module qw(blop);
After module name to file name conversion,
locating the file in
@INC
,
and reading and parsing the code,
Perl calls the
import
function of the module beeing loaded.
If a module hasn't got an
import
function, the call is skipped.