http://www.perlmonks.org?node_id=965760

jack123 has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I have a GUI script which when we runs our console window also gets open along with that. How to prevent that console window to open and just show the GUI?
  • Comment on How to hide the console window when GUI script is run.

Replies are listed 'Best First'.
Re: How to hide the console window when GUI script is run.
by Eliya (Vicar) on Apr 18, 2012 at 18:12 UTC
Re: How to hide the console window when GUI script is run.
by zentara (Archbishop) on Apr 19, 2012 at 11:59 UTC
      using wperl the console window was removed when i run my GUI perl script , but when i created exe of that perl script then again the same error appears......... what to do now?

        Read the documentation for the tools you are using to create the executable.

        The same exact thing, tell your exe maker to not show console