in reply to CPAN module non-internet install

Here is how i achieve this at work. On a system which has internet access use minicpan to create mirror, transfer the files to your system that doesn't have internet access. Configure cpan/cpanm to point to this mirror. Install modules as usual. Of course you can just put this behind a web server to make it easier for multiple clients to use the same mirror.

Update: added last sentence.

Replies are listed 'Best First'.
Re^2: CPAN module non-internet install
by spookaw (Initiate) on Sep 15, 2018 at 17:06 UTC
    Thanks I will try this and see if it works for me in my situation at work.

      Check out the documentation, it explains how to limit what you download. Without any filtering it's ~10GB.