Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl module

Status
Not open for further replies.

abruzzi

Programmer
Mar 27, 2007
17
FR
hello,

It's possible to print what perl module are installed on a unix machin ?

Thanks
 
I think what we did was a find on all the .pl script then did a grep for all the use commands in each .pl script and printed the unique ones.

 
may be some script don't use perl module and if it the case,i not recover the installed perl module;
 
Yeah but if no one is using it then do you care if it is installed?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top