http://www.perlmonks.org?node_id=896646


in reply to Tk with map - Perl newbie

As a newbie to both Perl and Tk, I highly recommend the TkDocs site. The tutorial housed there covers multiple OS and multiple programming language issues and comparisons. The Mastering Perl/Tk book is still relevant for the Tk module, but programming best practices have changed and newer Tk libraries/wrappers have been written to take advantage of native operating system widgets to produce better looking and working results.

Good luck with your programming!

Replies are listed 'Best First'.
Re^2: Tk with map - Perl newbie
by stickleback (Novice) on Mar 31, 2011 at 15:18 UTC
    Thanks for the tips.
Re^2: Tk with map - Perl newbie
by gnosti (Chaplain) on Mar 31, 2011 at 18:19 UTC
    Hi, I would like to know about libraries and wrappers that produce better looking results. Could you provide any links? TkDocs doesn't seem to offer much for Perl TK users.