I\'ve installed perlbrew and it works: when I do a \'perl -v\' in a terminal, it rep开发者_StackOverflow中文版orts that I\'m using perl 5.14. But gvim (vim instead works) still thinks that I\'m using
So far I have been using the system perl (on Ubuntu 10.10) and I was using local::lib to install CPAN modules in my private directory ~/perl5
I would like to use perlbrew to manage multiple Perl installatio开发者_开发问答ns on my system.
I have been using perlbrew to manage multiple versions of perl on a Linux Fedora notebook. I have used it with great benefit to run command-line scripts mostly using App::cmd.
I have started using perlbrew and installed perl-5.12.2. I understand I need to re-install my CPAN modules, so I switched to my new Perl version (perlbrew switch perl-5.12.2 and hash -r), verified t
I\'m using perlbrew to switch between perl versions. I also use Eclipse to write pe开发者_开发问答rl scripts.
When I try to install Perl 5.12.2 with perlbrew, I get an error at the end because the CPANPLUS tests fail.
I have installed perlbrew wh开发者_开发百科ich seems like a good solution, but I get some meaninglesserror when actually trying to install some Perl version:
I have a list which has repeating items and I want a list of the unique items with their frequency. For example, I have [\'a\', \'a\', \'b\', \'b\', \'b\'开发者_开发问答], and I want [(\'a\', 2), (\