Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
This book assumes a reasonable, but by no means expert level of Perl knowledge and no Tk knowledge at all. The book starts from the ubiquitous 'Hello World', but this time in a window and moves on though all the different widgets you can use. Along the way layout, callbacks, events and other items are well covered. I did find the book a little bit of a reference tour through the material, there are plenty of good code snippets, but not much in the way of more substantial examples. It is all well explained, in as much depth as I can think most people will need.
If you don't have a version of Perl that supports Tk, (try the command perl -e 'use Tk') worry not, I fetched and installed the Tk module from CPAN for my Linux system with no problems. It's also available for win32 from Active State. Just follow the links fromhttp://www.perl.com/.
I did find a couple of minor typos in the book I had, a quick look on the O'Reilly web site showed these as known errata, already fixed in a later printing. If you want to write a script (for UNIX/Linux or Win32) with a GUI interface, I think Perl/Tk should be high on your list of choices and this is a good book to teach you how to do it. If you don't already know Perl, then you will also need to work through a Perl book first. Personally I would recommend 'Learning Perl' which is also published by O'Reilly. Recommended.