Difference between revisions of "RPi Perl"
From eLinux.org
| Line 1: | Line 1: | ||
| − | + | '''CPAN''' | |
CPAN seems to struggle with out of memory errors on the default Debian distribution. To get around this, you could try CPANMinus. | CPAN seems to struggle with out of memory errors on the default Debian distribution. To get around this, you could try CPANMinus. | ||
| Line 11: | Line 11: | ||
| − | + | '''Dancer''' | |
To get Dancer working with CPANminus | To get Dancer working with CPANminus | ||
'''sudo cpanm -i Dancer''' | '''sudo cpanm -i Dancer''' | ||
Revision as of 12:19, 30 May 2012
CPAN
CPAN seems to struggle with out of memory errors on the default Debian distribution. To get around this, you could try CPANMinus.
Steps.
sudo apt-get install curl
curl -L http://cpanmin.us | perl - --sudo App::cpanminus sudo cpanm -i <Module Name>
Dancer
To get Dancer working with CPANminus
sudo cpanm -i Dancer