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

perldoc perlmodlib will show you the core modules for your currently installed version of perl
  • Comment on Re: Detecting if a script uses non-standard module

Replies are listed 'Best First'.
Re: Re: Detecting if a script uses non-standard module
by ysth (Canon) on Apr 04, 2004 at 20:00 UTC
    ...except for any modules that depend on external features/libraries/specific platforms that didn't happen to be there the last time it was updated (which should have been done by the pumpking just prior to the perl release).

    IIRC, occasionally things like ODBM_File or IPC::SysV have been left out of perlmodlib.