Difference between revisions of "RPi Perl"

From eLinux.org
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[['''CPAN''']]
+
[[Category:RaspberryPi]]
 +
 
 +
 
 +
'''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 8: Line 11:
  
 
'''curl -L http://cpanmin.us | perl - --sudo App::cpanminus'''
 
'''curl -L http://cpanmin.us | perl - --sudo App::cpanminus'''
 +
 
'''sudo cpanm -i <Module Name>'''
 
'''sudo cpanm -i <Module Name>'''
 
   
 
   
  
[['''Dancer''']]
+
'''Dancer'''
 
To get Dancer working with CPANminus
 
To get Dancer working with CPANminus
  
 
'''sudo cpanm -i Dancer'''
 
'''sudo cpanm -i Dancer'''

Latest revision as of 11:55, 18 June 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