Hi all,
I have developed cgi scripts that are based on other modules (LWP::UserAgent). The server I am hosting at does not have the modules already available with its perl.exe executable. I can understand that I will need to upload the modules (.pm files) by myself. but since those modules are also based on other modules as well (and it goes on ...), I have a problem tracing the modules (it is like a tree), tracing them manually by trial and error takes alot of time and effort. Is there an easier way to trace them (or a tool available to do this)?
Thanks for help