Perl is a general purpose, high level programming language.

learn more… | top users | synonyms

2
votes
3answers
107 views

Does Raspbian come with Perl?

I got a Pi a while ago and I'm wondering if Raspbian comes with Perl? If so, what version?
2
votes
1answer
119 views

Lots of perl (and others) errors with a lots of commands

I don't know what happen , but since yesterday afternoon , a lot of command in my pi (using raspmc) return me a lot of perl errors and weird others errors , eg: $ sudo service apache2 restart ...
0
votes
2answers
246 views

Latest Raspbian 10.28.2012 perl issues

I can't install new version of CPAN or modules on it, how to solve it? cpan[2]> cpan[2]> install CPAN Running install for module 'CPAN' Running make for A/AN/ANDK/CPAN-1.9800.tar.gz Fetching ...
3
votes
4answers
988 views

sendEmail failure

I want to send a email. Here my working example on ubuntu: sendEmail -f <FROM_EMAIL> -t <TO_EMAIL> -u 'Book' -m 'ISBN: 12345-678-90' -s smtp.gmail.com -o message-charset=utf8 -o tls=yes ...