| [reply] |
Perl/Tk is the most commonly used GUI API for Perl. It comes with a number of Perl installations by default (like ActiveState on windows). Here is a simple toy application that should give you some idea about how to code for it, but there are some other tutorials around, I'm sure.
Haven't used the wx interface so I can't tell you how that compares. I also don't run windows so I can't tell you about the icons.
Hope that helps.
{NULE}
--
http://www.nule.org | [reply] |
You can also use Win32::GUI, GTK, QT and the above-mentioned Tk.
Cheers,
ibanix
$ echo '$0 & $0 &' > foo; chmod a+x foo; foo; | [reply] [d/l] |
I can't speak for the other GUIs, but I do use Perl/Tk under Windows, compiling my scripts using perl2exe. And the icon thing is problematic. I've found no way to change the script "Tk" that appears in the top bar of the executing program's window, nor to replace the little yellow pearl icon appearing with the .exe file. However, it's an easy matter to create a Windows shortcut to the .exe and assign an icon to that.
If someone has a more direct solution I'd like to hear about it, too! | [reply] |
| [reply] |
Here are build instructions for Amphetadesk, a pure Perl GUI app not written in Tk. Compiled to .exe with Perl2Exe from indigostar. I haven't read yet into it far enough for me to answer your question, but far enough to think that the documentation will do so. | [reply] |
Thanx all you guys for the valuable info..
| [reply] |