in reply to RE: Minimum Perl, slightly Portable
in thread Minimum Perl, slightly Portable

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")