in reply to Perl + CPAN torrent or ISO

Greetings.

Assuming you already have an installation of Windows, and Linux. You could also pack up both of them (Perl directories) in tar balls, and unpack them onto your thumb drive, in separate directories, and setup an ENV variable, that points accordingly.

Windows
SET perl="/path/to/perl.exe"
SET lib="/path/to/perl/lib"
Where Linux is concerned, you could probably even create a symlink to your copy on the FlashDrive.

Perhaps not as elegant, but sure simple enough.

HTH

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

Replies are listed 'Best First'.
Re^2: Perl + CPAN torrent or ISO
by Anonymous Monk on Nov 28, 2013 at 03:00 UTC
    Not unless your perl is relocatable ... which win32 are by default and linux generally arent