in reply to Re: Self-contained Perl installation with custom modules on USB stick for *nix systems
in thread Self-contained Perl installation with custom modules on USB stick for *nix systems

So there are two perls on the USB stick ?
Yes, but in two separate directories with all dependencies inside in these directories. I just execute <DIR>/bin/perl <path/to/kpcli> by hand after setting PERL5LIB
  • Comment on Re^2: Self-contained Perl installation with custom modules on USB stick for *nix systems

Replies are listed 'Best First'.
Re^3: Self-contained Perl installation with custom modules on USB stick for *nix systems
by aoeuidhtn (Initiate) on Jul 22, 2015 at 12:27 UTC
    If you have not already done, add export sentence, and PATH to some script on usb , so you have not to write it everytime
    Sure, I am going to write a simple script to handle opening kpcli automatically.