Re: can only install cpan modules as sudo

2011-12-21 Thread Ryan.Barracuda
Thanks! Would you recommend I uninstall ActiveState and install Perlbrew first? Ryan On 12/21/11 12:52 PM, "Phil Dobbin" wrote: >On 21/12/11 16:27, "Ryan.Barracuda" wrote: > >> I can only install cpan modules as sudo. I installed ActiveState Perl >>

Re: can only install cpan modules as sudo

2011-12-21 Thread Ryan.Barracuda
ong now? On Wed, Dec 21, 2011 at 9:57 PM, Ryan.Barracuda wrote: > Hi all, > > I can only install cpan modules as sudo. I installed ActiveState Perl > v.5.14.2 and cpanm without a problem. > > $ cpanm Net::SMTP > -bash: /usr/local/bin/cpanm: /usr/bin/perl: bad interpreter: No such fil

can only install cpan modules as sudo

2011-12-21 Thread Ryan.Barracuda
Hi all, I can only install cpan modules as sudo. I installed ActiveState Perl v.5.14.2 and cpanm without a problem. $ cpanm Net::SMTP -bash: /usr/local/bin/cpanm: /usr/bin/perl: bad interpreter: No such file or directory However, with sudo $ sudo cpanm Net::SMTP Net::SMTP is up to date. (2.31)

Make a script to run multiple scripts

2011-12-01 Thread Ryan.Barracuda
Hi all, I have 7 perl scripts that I want to run simultaneously from the command line with the possibility of growing this number. I'm pretty new to perl, so thought in the mean time it would be a good idea to create a perl script to run multiple scripts. I could just add to this file as needed if