Hi Guys,
Thanks for the replies. The module in question is the Net::SSH::Expect module. I download the tar file, unzipped it and found the Expect.pm in the lib folder. I then proceeded to change the PERL5LIB Variable using export. However, nothing changed. Do I need to include anything else in my script apart from
"use lib '~/perl_modules' ", if I try putting in the "use Net::SSH::Expect" it flags as an error saying it could not find it.
Thanks in advance.