# I didn't know about the node 104334 # when this came to my mind # I think it is interesting $dot = pop @INC; # a dot marks the end of @INC push @INC, $your_path; # so you add you path push @INC, $dot; # and put it back use AnythingFromThePath; # and use your stuff