prev <<
Using use
>> next
push(@INC,'dir');
@INC
is just another array.
So you can
push
arbitray paths onto
@INC
.