* Hans Hagen <[EMAIL PROTECTED]> [020526 00:26]: > I want to install a perl/dbi/sql script on the web server, but it looks > like redhat comes with a pretty poor perl installed. So, i need to install > lots of modules, each which misses other ones; so i wonder if there is a > more convenient way to install missing perl modules (i'm acccustomed to the > rather complete activestate under windows, as well as the perl module > manager, so i wonder if there is something similar for linux)
Install the 'CPAN' module and afterwards you can do something like $ perl -MCPAN -e shell which gives you a kind of shell and if you try to 'install PACKAGE' this will automatically install all other missing packages too. Michael -- [EMAIL PROTECTED] http://www.miwie.org [EMAIL PROTECTED]
