@INC
- Important
- The current working directory "." is also part of
@INC
. - Given this directory structure:
twop/ teeoo.pl Glont.pm
file: examples/twop/teeoo.pl1: use Glont; 2: print "ok\n";
file: examples/twop/Glont.pm1: package Glont; 2: print "loading Glont\n"; 3: 1;