in reply to Re: Detecting if a script uses non-standard module
in thread Detecting if a script uses non-standard module

perldoc perllocal gives you a list of the modules installed to the site lib directory. I'm not sure how/whether this works with PPM.

hth

--
I'm Not Just Another Perl Hacker

  • Comment on Re: Re: Detecting if a script uses non-standard module

Replies are listed 'Best First'.
Re: Re: Re: Detecting if a script uses non-standard module
by kappa (Chaplain) on Apr 05, 2004 at 15:22 UTC
    perllocal is not updated on module deinstall.