> How can I know what modules are installed in the server??? duh. Feeling dense. I think there should be a way, but can't think of how to get a full listing. Maybe the Config.pm?
Anyway, to test for any *given* module(s), try perl -MModule::Name -e 'print "Module::Name is installed\n"' thus, to see if the Damian's Coy.pm is available, use perl -MCoy -e 'print "Coy is installed\n"' It will fail with errors if it isn't available. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]