RE: get ideas what perl modules loaded in my server

2005-05-20 Thread Brian Raven
> From: Eko Budiharto [mailto:[EMAIL PROTECTED] > Sent: 20 May 2005 05:37 > To: activeperl@listserv.ActiveState.com > Subject: get ideas what perl modules loaded in my server > > Hi, > is there anyway I can check what kind perl modules are loaded in my server? > I am looking forward to a favorabl

RE: get ideas what perl modules loaded in my server

2005-05-20 Thread Ari.Wilen
Start ppm and   ppm> query *     Br Ari From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eko BudihartoSent: Friday, May 20, 2005 7:37 AMTo: activeperl@listserv.ActiveState.comSubject: get ideas what perl modules loaded in my server Hi,

Re: get ideas what perl modules loaded in my server

2005-05-20 Thread $Bill Luebkert
Eko Budiharto wrote: > Hi, > is there anyway I can check what kind perl modules are loaded in my server? > I am looking forward to a favorable reply from you. Thank you. Depends on how the modules were installed. You can check for a specific module by just trying to use it or by looking in the s