in reply to modules not found
Is Perl not on the system? If Perl is there, as I suspect, you could install the modules in your home directory since you do not have root. Then in your Perl program, you would specify their location with: use lib "/home/gwalsh/module-name".
|
|---|