in reply to Relocatable Perl

use Portable;

Replies are listed 'Best First'.
Re^2: Relocatable Perl (use Portable;)
by syphilis (Archbishop) on Apr 14, 2017 at 23:50 UTC
    use Portable;

    I doubt that this will be of much use to the OP.

    Cheers,
    Rob
      :) Why? UTSL you'll find out different
Re^2: Relocatable Perl (use Portable;)
by mfort (Novice) on Apr 15, 2017 at 05:03 UTC

    I looked at Portable, just like Gábor mentioned here in 2014, http://www.perlmonks.org/?node_id=1102042 and came to the same conclusion.

    Portable seems like it will help with scripts and perl changing drive letters and stuff like that. Although I might eventually have that problem, the key issue/question is how can someone install a CPAN module on a relocated perl.

      Heh try it it works

      itd be a pointless module otherwise and all this stuff would do nothing

      Modules Portable - Perl on a Stick Provides CPAN::Mini::Portable in lib/CPAN/Mini/Portable.pm Portable::Config in lib/Portable/Config.pm Portable::CPAN in lib/Portable/CPAN.pm Portable::FileSpec in lib/Portable/FileSpec.pm Portable::HomeDir in lib/Portable/HomeDir.pm Portable::LoadYaml in lib/Portable/LoadYaml.pm Portable::minicpan in lib/Portable/minicpan.pm
      But then Agaain Re^3: How to create relocatable perl 5.20.1 ? ( reloc_perl)