>And this test.pl script uses some other >scripts in directory A to do some processes
Are these "scripts" subroutines? How are they "called" by script A?
If they are subroutines, simply insert the following line just before
they are called:
unshift (@INC, "{absolute path of directory A}")
Of course, do not forget inserting the following
require '{name of your script 1}';
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
