Previous Life After Tutorial |
CGI-Perl Tutorial Reference |
Next Appendix |
'Programming Perl'(also knon as the Camel Book) 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 |
'Learning Perl' by Randal L Schwartz is a very good book to get you started. It is much easier to read than the camel book. Get More Books on Perl |
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.
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 Life After Tutorial |
Contents | Next Appendix |