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.