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
>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
> 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