You shouldn't need to do that, which version of PAR/PAR::Packer do you have installed?

This works for me using the latest, PAR: 1.002 PAR::Packer: 1.006.

pp -M XML::LibXML -M XML::LibXSLT -l libgcc_s_sjlj-1.dll -l libxml2-2 +_.dll -l libiconv-2_.dll -l libz_.dll -l libexslt-0_.dll -l libxslt-1 +_.dll -e "print $_,$/ for keys %INC"
Then after unzip -d foo a.exe you can see all the packed files, but i'll just show the dlls so you can see pp does the correct thing with little help
$ findrule foo -file -name ( *dll ) foo/lib/auto/attributes/attributes.dll foo/lib/auto/B/B.dll foo/lib/auto/Cwd/Cwd.dll foo/lib/auto/Data/Dumper/Dumper.dll foo/lib/auto/Fcntl/Fcntl.dll foo/lib/auto/File/Glob/Glob.dll foo/lib/auto/IO/IO.dll foo/lib/auto/List/Util/Util.dll foo/lib/auto/Math/BigInt/FastCalc/FastCalc.dll foo/lib/auto/Math/BigInt/GMP/GMP.dll foo/lib/auto/mro/mro.dll foo/lib/auto/re/re.dll foo/lib/auto/Socket/Socket.dll foo/lib/auto/threads/threads.dll foo/lib/auto/threads/shared/shared.dll foo/lib/auto/Win32/Win32.dll foo/lib/auto/Win32API/File/File.dll foo/lib/auto/XML/LibXML/LibXML.dll foo/lib/auto/XML/LibXSLT/LibXSLT.xs.dll foo/shlib/MSWin32-x86-multi-thread/libexslt-0_.dll foo/shlib/MSWin32-x86-multi-thread/libgcc_s_sjlj-1.dll foo/shlib/MSWin32-x86-multi-thread/libiconv-2_.dll foo/shlib/MSWin32-x86-multi-thread/libxml2-2_.dll foo/shlib/MSWin32-x86-multi-thread/libxslt-1_.dll foo/shlib/MSWin32-x86-multi-thread/libz_.dll

In reply to Re^6: Can't locate loadable module error for XML::LibXSLT on Strawberry Perl by Anonymous Monk
in thread Can't locate loadable module error for XML::LibXSLT on Strawberry Perl by srinimg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.