While PAR::Packer and its associated utility pp would work, there is the idea of using shortcuts within windows to do the same thing.

Of course, this does mean that you'd have to have perl and all of its stuff installed on every machine you want to run this code on, which may or may not be the end game of this exercise. If you want to run it on more than your machine, I can highly recommend PAR::Packer and pp for making your code portable, and NSIS for creating an installer if you want to get that fancy.

Do understand the caveats of pp though: One of the biggest is that it's not going to hide or obfuscate your code. It just packs enough perl into a self-extracting executable file along with your code. Depending on the end goal of whatever you're developing, this may or may not be important.


In reply to Re: A Perl/Tk GUI launching question by jellisii2
in thread A Perl/Tk GUI launching question by Anonymous Monk

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.