#!/usr/bin/perl unshift (@INC,"/data/zht/perl"); foreach(@INC) { print; }
But after scirpt running ,I use "perl -V" to display @INC,why I can't see my lib directory ?
If my script can running concurrent,will it add duplicate my lib directory to @INC ?
thanks!In reply to newbie question:operation @INC by iwanthome
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |