On Mon, 15 May 2006, Manfred Bergmann wrote: > TclTk Aqua is shipped with Mac OSX Tiger. > > Is it somehow possible to use it with Perl?
You should be able to do this with the Tcl::Tk module:
http://search.cpan.org/~vkon/Tcl-Tk/
The Tkx module provides a nice interface on top of Tcl::Tk:
http://search.cpan.org/~gaas/Tkx/
I have not tried this on OS X though, so it is possible that
the modules don't work out of the box there.
> The Perl/Tk bindings are only for X11, right?
Yes.
Cheers,
-Jan
