in reply to Re: Re: There's Only One Way To Do It
in thread There's Only One Way To Do It
As for "cross-platform", it depends on what you mean by that. Currently Perl is supported on hundreds more platforms than Java. "Write once, run anywhere" is still a myth for Java, but practical reality for Perl.
As for multi-threaded GUI application in Perl, there are (of course) many ways to do it. One good way that comes to mind is to use POE, which integrates very nicely with Tk. Cookbook example.
I think you'll have to be a lot more creative if you're trying to come up with examples of applications that Can't Be Done In Perl.
jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: There's Only One Way To Do It
by adrianh (Chancellor) on Apr 13, 2004 at 11:28 UTC | |
by eserte (Deacon) on Apr 13, 2004 at 11:56 UTC | |
by adrianh (Chancellor) on Apr 13, 2004 at 13:03 UTC |