I don't think so. I have "compiled" a perl script before using perl2exe and Win32::GUI and it stuffs the DLL's in with the file. I believe you can make them external so the .exe file is small(er) and then if you were to do a second one it would use the existing DLLs but I'm not 100% sure.

update: (5:16pm BST) oh, forgot to mention. if you do use Win32::GUI - keep an eye on the memory requirements. I seem to remember it was pretty hefty for a relatively small app - 400px x 300px main window - 20 elements. and it seemed that the longer I kept it open the more memory it used - more specifically - whenever I moved the mouse pointer around over the window the memory usage went up slowly but surely (and only ever in the one direction) as if the app was "remembering" where the pointer had been.

"Argument is futile - you will be ignorralated!"


In reply to Re: Tk vs Win32::GUI by larryk
in thread Tk vs Win32::GUI by chorg

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.