On Sunday, September 8, 2002, at 09:08 PM, Chris Devers wrote:
> Pick one: > > % sudo perl -MCPAN -e 'install Storable' > > % sudo fink install storable-pm > > The former is maybe the standard way to do it for most Perl > ports, but if > you've got Fink on your Mac then the latter is nice too. Your pick. could do both, as I have fink installed, but I find CPAN to be more familiar. Oddly, this WASN'T working for me, but I see the only difference is that you're issuing a sudo before launching CPAN... --B