Click to See Complete Forum and Search --> : Perl/Tk


TaeShadow
11-08-2000, 10:42 PM
Let's say I write a program in Perl/Tk. This program will run in Windows too, right? Is there a way to compile it so that I do not need to have Perl/Tk installed on the Windows system? What about other types of Tk programs?


Tae

7DeadlySins
11-09-2000, 04:24 AM
You dont need Tk to run Per/Tk code. You need the Tk module from CPAN. The Perl/Tk code is interpreted on the fly, and if your code is generic then all should be fine when you run the code on either platform.

7DS