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
>>
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
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)
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