[lug] any command to check if a perl module is on the system

Rob Nagler nagler at bivio.biz
Sat Feb 16 09:44:08 MST 2002


> for instance if i want to know if IPC::Open2 is on my system , what can I do ?

Try:

perl -MIpc::Open2 -e 1

There are other ways, but this is probably the easiest.

Rob






More information about the LUG mailing list