in reply to Re^3: Unable to connect to HTTPS servers
in thread Unable to connect to HTTPS servers

I don't have any OS package management team to take care of these and i need to update the module in the same directory because i have given this path in all perlscripts in all dev, production servers. So can you please suggest how to update that LWP module in that particular directory to the latest version.
  • Comment on Re^4: Unable to connect to HTTPS servers

Replies are listed 'Best First'.
Re^5: Unable to connect to HTTPS servers
by marto (Cardinal) on Mar 24, 2017 at 07:22 UTC

    Which OS is this? If you have internet access:

    cpan Module::Name

    From the command line will install a module and it's prerequisites.

    Update:

    if you don't have internet access a sane solution for you would be to use minicpan to create a local mirror on your network, since you have several servers in various regions.

      Its unix environment

        What do you get with these commands ?

        cat /etc/*-release
        uname -a
        
        poj

        That's not very specific. Regardless of platform the rest of my response is still valid.