in reply to Shipping a Perl/Tk App
At this point I'd suggest you go to java. It's going to be way easier to learn enough java and swing/swt and write a functional applet than it is to monkey around packing perl interpreters for PPC,Sparc,x86 and whatever else AND Tk libs AND Tk.pm into one package AND have it install, configure itself and run without benefits of the make install tests AND deal with the possibility of the user not being able to install software. It sounds like a nightmare.
This is one of the problems java was meant to solve. Java really isn't that bad. Try it.
Update:
Since the code you showed is a hello-world, I'm assuming that your app isn't written yet and you're in the planning stages. If you already have the app written, then obviously my advice isn't reasonable.
--
jpg
jpg
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Shipping a Perl/Tk App
by tomazos (Deacon) on Jul 12, 2005 at 22:51 UTC | |
Re^2: Shipping a Perl/Tk App
by gri6507 (Deacon) on Jul 12, 2005 at 21:15 UTC | |
by jpeg (Chaplain) on Jul 12, 2005 at 21:24 UTC | |
by waswas-fng (Curate) on Jul 12, 2005 at 21:55 UTC | |
by tomazos (Deacon) on Jul 12, 2005 at 23:13 UTC |
In Section
Seekers of Perl Wisdom