> > Hi all, this is most likely a silly question but in the past I have just > did installs of Perl modules using the perl -MCPAN -e shell command. How > do you install a .pm file if you already downloaded from somewhere? Thanks > in advance as always! > > The standard way to install a downloaded .pm is: > > tar ... > cd to created subdir > perl Makefile.PL > make > make test > make install > > See the README after untaring to make sure.
OR you can type: force install Foo::Bar at the CPAN prompt and it will reinstall the mod. *for bundles, this will reinstall the entire bundle! Todd W -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]