Greetings fellow monks,

I am converting perl scripts into executables using PAR but would like this facility to have a nice GUI interface.

Perlcc doesn’t work. TinyPerl and other trimmed down versions of Perl are not what I want. Although I know of the existance of Perl2exe and PerlApp I don't want to use those either.
Instead I have decided to use the PAR - pp - perl packager:
a) its non-proprietary
b) can bundle multiple *.par files with a parl.exe (saves space (it is parl not perl)).
AutrijusTangs' tutorial mentions the existance of tkpp and gpp (GUI frontends to pp)

Have any fellow monks used either tkpp or gpp?
Which is better, or easiest to use?

For extra information
http://par.perl.org/index.cgi
The PAR tutorial is on this page in full (though it has no example on how to use tkpp or gpp.


In reply to Which PAR gui interface (convert perl.pl to perl.exe) by chime

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.