0: # I didn't know about the node 104334 1: # when this came to my mind 2: # I think it is interesting 3: 4: $dot = pop @INC; # a dot marks the end of @INC 5: push @INC, $your_path; # so you add you path 6: push @INC, $dot; # and put it back 7: 8: use AnythingFromThePath; # and use your stuff
In reply to modify @INC by pfm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |