Shawn,

> I don't know anything inside perlbrew that will help, but you could do this:

         Apparently this is a know issue with perlbrew.  I just found this page:

https://github.com/gugod/App-perlbrew/issues/70

> sudo ln -s /Users/marc/perl5/perlbrew/perls/perl-5.16.0/bin/perl 
> /usr/local/bin/perl

        I've done something similar.  I created an alias (called "latest") to 
the newest version of Perl that I have installed with perlbrew.  Then I created 
a symlink to that alias, like so:

sudo ln -s /Users/marc/perl5/perlbrew/perls/latest/bin/perl 
/usr/local/bin/perl_latest

Now when I install a newer version of Perl, I give that one the alias of 
"latest", using perlbrew, and then all my scripts will be using the newer 
version of Perl.

        The only problem is that this doesn't address my original want.  I'd 
still like to be able to test different versions of Perl simply by invoking the 
"perlbrew switch" command.  Hopefully the developer will address this concern.

Marc
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to