|
This free perl book is for people who already know how to program in another language, but don't know Perl. It gets through the basics as quickly as possible. And it emphasizes good programming style in Perl.
http://www.greenteapress.com/perl/
created by freebooksandarticles on 2008-06-24 05:16:01
|
|
Mason is a tool for embedding the Perl programming language into text, in order to create text dynamically, most often in HTML. But Mason does not simply stop at HTML. It can just as easily create XML, WML, POD, configuration files, or the complete works of Shakespeare.
http://www.masonbook.com/book/
created by freebooksandarticles on 2008-06-24 05:17:27
|
|
The Common Gateway Interface (CGI) emerged as the first way to present dynamically generated information on the World Wide Web. CGI allows the computer to generate Web pages instantly at the user's request rather than being written by someone in advance. And at the time of this writing, it remains the only stable and well-understood method for creating such pages. Java presents problems that have not yet been solved. Other products are currently just in the announcement stage.
http://oreilly.com/openbook/cgi/
created by freebooksandarticles on 2008-06-24 04:56:02
|
|
The World Wide Web has been credited with bringing the Internet to the masses. The Internet was previously the stomping ground of academics and a small, elite group of computer professionals, mostly UNIX programmers and other oddball types, running obscure commands like ftp and finger, archie and telnet, and so on.
http://oreilly.com/openbook/webclient/
created by freebooksandarticles on 2008-06-24 04:58:13
|
|
mod_perl is an Apache module that builds the power of the Perl programming language directly into the Apache web server. With mod_perl, CGI scripts run as much as 50 times faster, and you can ..
http://modperlbook.org/
created by freebooksandarticles on 2008-06-24 04:57:08
|
|