Mastering Perl/Tk
Mastering Perl/Tk by Nancy Walsh and Stephen O. Lidie
- Binding:
- Paperback
- Number of Pages:
- 746
- ISBN:
- 1565927168
- Product Group:
- book
- Publisher:
- O'Reilly Media
- Publication Date:
- Jan. 7, 2002
- BooksForGeeks.com ID:
- 1404
Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, Web programming, and database manipulation. With this text you should be able to build Perl programs with an attractive, intuitive GUI interface.
Reviews for Mastering Perl/Tk
-
An essential guide to developing GUIs with Perl.
Rated out of 5 stars, August 12th, 2002
Even sitting on the bookshelf, `Mastering Perl/Tk' looks a bit daunting - in terms of page count it's not far short of the Camel book itself - but it's rather different in terms of content. `Mastering Perl/Tk' is a ground-up guide to developing GUIs in Perl without having to resort to the horrors of Windows/X11 programming in C.As you might expect, Perl/Tk is a set of Perl bindings for Tcl/Tk and the Tk.pm module provides a whole host of widgets which you won't find in a standard Tcl/Tk distribution, and the book covers them all in detail. Better still, from my point of view, prior knowledge of Tcl/Tk isn't a prerequisite although a basic grasp of the techniques is useful. Prior knowledge of Perl *is* essential, and this book is aimed squarely at intermediate to advanced programmers.
My current job requires me, amongst other things, to write GUIs for existing code, and I switched to Perl/Tk mainly to avoid having to hack on rather old and crusty Tcl code. Reading the book cover-to-cover isn't necessary and any competent Perl programmer will be able to get results fairly quickly just by looking up the bits s/he needs - I had a basic but functional GUI up and going inside a working day, for example, and a bit of extra hacking with the book as a reference guide had the whole thing looking rather more professional shortly after.
One of O'Reilly's better efforts, up there with the Camel Book and the Cookbook, and worthy of a place on any Perl programmer's bookshelf.
-
Good, but the field is narrow.
Rated out of 5 stars, February 12th, 2002
This is a good book, but there are not many other alternative titles to choose from. GUI building is perl seems to be an area that has been ignored in part and this may help the change things.

