Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm a newbie. So please bear with me.
For learning purposes though, on MS-Windows I have a tiny Perl/Tk GUI application (which basically is: given a directory it simply lists out the names of the files in that directory) which I start it from the command line i.e.
However, going forward (again, for learning purposes)I would like to start it from the desktop. i.e. double-clicking on an icon on the desktop should start the application. So I'm interested to know,c:\>perl .\gui_simple_app.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A Perl/Tk GUI launching question
by zentara (Cardinal) on Sep 11, 2014 at 10:08 UTC | |
|
Re: A Perl/Tk GUI launching question
by jellisii2 (Hermit) on Sep 11, 2014 at 11:40 UTC | |
|
Re: A Perl/Tk GUI launching question (citrus cava pp)
by Anonymous Monk on Sep 11, 2014 at 10:26 UTC | |
|
Re: A Perl/Tk GUI launching question
by soonix (Chancellor) on Sep 12, 2014 at 22:01 UTC |