Hi Monks,
I am wriiting a script which will install some perl modules.Now my problem is that i am executing my script from some other directory for e.g
my script is in /root/shashi/msa-prereq . Now my Makeinstall.PL file is in /root/shashi/msa-prereq/Tie-File-0.96 and thats why its giving an error.
In case i am executing a command
perl /root/shashi/msa-prereq/Tie-File-0.96/Makefile.PL
Now this Makefile.PL is reading some other files which are in /root/shashi/msa-prereq/Tie-File-0.96 .
Is there some option in perl through which I can execute Makefile.PL from some other directory