Difference between revisions of "RPi Perl"

From eLinux.org
Jump to: navigation, search
(Perl intro and help page)
 
Line 1: Line 1:
CPAN
+
'''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.

Revision as of 05:17, 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