In article <p05100313b86b95aeab6e@[10.0.1.177]>, [EMAIL PROTECTED] (Chris Nandor) wrote:
> At 13:28 -0700 2002.01.16, Keary Suska wrote: > >Is there a cpan-shell? I noticed the installme etc droplets that were > >installed with the distribution, but no cpan. I didn't see any info in the > >readme's. > > No, but it is essentially a one-liner: > > use CPAN; shell; well, the original CPAN-shell.plx had the following in it: #!perl -w use lib ("$ENV{MACPERL}site_perl:$MacPerl::Architecture:", "$ENV{MACPERL}site_perl:"); use CPAN; my $foo = $ENV{HOME}; die "Please set a HOME environment variable in your preferences.\n" if ! exists $ENV{HOME}; shell(); might not be a bad idea to include one in the list of droplets that come with the new macperl :) print pack "H*", "4a75737420416e6f74686572204d61635065726c204861636b65722c0d"; -- Scott R. Godin | e-mail : [EMAIL PROTECTED] Laughing Dragon Services | web : http://www.webdragon.net/ It is not necessary to cc: me via e-mail unless you mean to speak off-group. I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-)