> 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