RE: execution directory

2002-01-24 Thread K.Srinivas
lto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 8:26 PM To: srinivas krish Cc: [EMAIL PROTECTED] Subject: Re: execution directory >And this test.pl script uses some other >scripts in directory A to do some processes Are these "scripts" subroutines? How are they "ca

Re: execution directory

2002-01-24 Thread William.Ampeh
>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

Re: execution directory

2002-01-24 Thread Jonathan E. Paton
> I have a perl script test.pl which is present in > directory A. And this test.pl script uses some other > scripts in directory A to do some processes, and hence > uses relative paths respective to directory A. The > perl script runs successully in directory A. > > But when I have to call this