prev <<
Using use
>> next
push(@INC,'dir');
@INC
is just another array.
So you can
push
arbitray paths onto
@INC
.
push(@INC,'splap');
But this doesn't work that well:
examples/ 007_push_inc.pl splap/ PushInc.pm