in reply to Re^2: Perl versions conflict help
in thread Perl versions conflict help

In this case you can set PERL5LIB on a per application basis.

Replies are listed 'Best First'.
Re^4: Perl versions conflict help
by Anonymous Monk on Nov 14, 2009 at 10:27 UTC
    $ cat myfrobnicator6.pl #!/super/super/frobnicator/bin/perl -- use lib '/super/super/frobnicator6/lib'; MyFrobnicator6->run; exit;
    for windows, use pl2bat, modify to call C:/suuper/super/frobnicator/bin/perl.exe or use PAR/pp