hi folks,
i am stuckedup with a problem.i wrote a perl1.pl script which enters into each users directory & there it has to run perl2.pl script.these 2 perl scripts are in "/users/xyz/abc" directory. perl1.pl takes me to the /users/ directory, & it has to run perl2.pl there. while doing so, its giving an error message "perl2.pl cant find". this is b'se perl2.pl is in /users/xyz/abc directory. again perl2.pl calls a shell script.how can i solve this problem related to path?