On Mon, Nov 04, 2002 at 02:34:13PM -0700, Trevor wrote: > > How can I check for Perl's Net::SMTP module in RH 7.0? Is there a simple > command that I can run?
When I want to check if a perl module is present , I do: perl -e 'use $MODULENAME;' So, if running the command "perl -e 'use Net::SMTP;'" doesn't give you any output, the module is installed. The SMTP module is in the perl-libnet rpm on your Red Hat CDs, BTW. Emmanuel -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list