Tk Aqua with Perl

2006-05-15 Thread Manfred Bergmann
Hi guys. TclTk Aqua is shipped with Mac OSX Tiger. Is it somehow possible to use it with Perl? The Perl/Tk bindings are only for X11, right? Regards, Manfred

RE: Tk Aqua with Perl

2006-05-15 Thread Jan Dubois
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:

Re: Tk Aqua with Perl

2006-05-15 Thread David H. Adler
On Mon, May 15, 2006 at 03:37:08PM -0700, Jan Dubois wrote: 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