On May 14, 2007, at 3:50 PM, Robert Hicks wrote:

I am working on a Perl 5.6.0 project and went to use "cpan" at the command line and behold it was not there. I download the 5.6.1 tar file and behold "cpan" the command line program wasn't in there either.

Did it not come with 5.6.0/5.6.1?

I don't see where I can get it either...

Nope, cpan(1) was added in 5.8.1. You can use the traditional

  perl -MCPAN -e 'install Module'

with that Perl.

-- fxn


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to