http://qs321.pair.com?node_id=422958


in reply to Tk on Win32 - how to avoid background console window

An other option would be to use PAR
with pp, perl packager. Just add the --gui switch to tell pp that it's a gui program:

# Pack 'foo.pl' into a console-less 'out.exe' with icon (Win32 only) pp --gui --icon foo.ico -o out.exe foo.pl


teabag
Blessed is the end user who expects nothing, for he/she will not be disappointed.