Description of Perl Tutorial : :
This is an introductory tutorial on Perl that assumes that you know HTML. Perl allows you to run programs on a server and make web pages do advanced things that html is unable to achieve alone. Some of these are guestbook, counter or a chat system. Perl is a simple language and the tutorial covers topics such as running a program, strings, string matching, loops, forms, reading input, file input/output, browser, subroutines and many more.