Previous
Now What? 
Next
Appendix 
Perl/Tk Tutorial - Create GUI with Perl's Tk Module
Reference

Reference

Books
'Mastering Perl/Tk' by Steve Lidie and Nancy Walsh is a good book that teaches how to create Graphical User Interfaces in Perl.

Get More Books on Perl/Tk

Learning Perl/Tk

Get More Books on Perl/Tk



'Programming Perl' by Larry Wall is the standard book on Perl. If you consider serious Perl programming, this is a must. This is about Perl rather than about Perl/Tk.

Get More Books on Perl

Manual

Make yourself familiar with the manual that comes with Perl. To know more about any commands, say print, just type perldoc -f print in the command prompt. This works on both Unix and windows machines. Other that that, Perl ships with tons of HTML tutorials that teaches everything in perl.

External Sites

Perl's Usenet group at comp.lang.perl.tk is of great help to any Perl Tk programmer.

http://www.perl.org/ has been for ages the primary resource site for many perl developers.

http://learn.perl.org/ is a site that has resources for both beginners and advanced perl programmers.

Previous
Now What? 
Next
Appendix 
Subscribe to Feed