in reply to Minimum Perl, slightly Portable

The script actually uses some .dlls in the winnt directory, but I didn't list them because the workstation already had the dlls...

Just In Case, the NT Resource Kit has a utility which will find all dlls a process will load. - jsproat

Replies are listed 'Best First'.
RE: RE: Minimum Perl, slightly Portable
by tye (Sage) on Sep 21, 2000 at 22:23 UTC

    Note that that tool only works for *.DLL files that the *.EXE has been linked against and won't catch *.DLL files that are loaded by DynaLoader when you use a module that has an XS (C code) component.

            - tye (but my friends call me "Tye")