in reply to PerlApp or module change cuts print output!
The ActiveState PDK has an option to compile a "GUI Application" (or some similar name, it's been a while). If this is checked, the compiled EXE will not open a console window.
For GUI applications, it's actually kind of nice to hide the console window. For debugging, use a logger (Log::Log4Perl is nice), or use the debugger that comes with the ActiveState PDK to trace values.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PerlApp or module change cuts print output!
by jdtoronto (Prior) on Aug 18, 2005 at 16:48 UTC |