biohisham has asked for the wisdom of the Perl Monks concerning the following question:
I have the notion (needs clarification though) that this command line window is part of the compiler triggering whenever a program is run, but If making a standalone Tk application be really independent from this window and that it doesn't have to show up every time I run the application is possible, it would be great that some generous monks show me where I can learn how to do this.
with all due reverence thanking you.
Update: I have used the wperl option since it seemed easier for the small task I got, the wperl.exe is in the same bin where perl.exe (the compiler) is, just save your program in .wpl instead of .pl and then run it using the wperl.exe., perlapp from ActiveState is certainly an option I'd use in the near future, Thanks Marshall.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk and the command line window
by Anonymous Monk on Sep 04, 2009 at 03:54 UTC | |
|
Re: Tk and the command line window
by Marshall (Canon) on Sep 05, 2009 at 03:14 UTC |