Kanhaiya wrote: > Whic one is better for GUI based perl application? > > Perl Tkx > OR > ActiveTcl with Tcl Dev Kit > > I'm confused and not finding any solution.
I think you are confused about how Tkx actually works: Tkx is a Perl interface to Tcl/Tk using the Tcl.pm module to access a Tcl interpreter. ActivePerl contains a packaged Tcl interpreter and a set of common widgets all bundled with the Tkx module, so this is all you need to create Tkx applications with Perl; you don't need ActiveTcl for it. If you want to install additional Tk widgets, then you can install ActiveTcl *in addition* to ActivePerl and configure Tkx to use the local Tcl installation instead of the one bundled with ActivePerl. If you want to wrap a Tkx application into a standalone executable, then you may want to use PerlApp from the *Perl* Dev Kit. Cheers, -Jan _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs