
|
|
|||
Tips for Convenient CGI ScriptingBy Eugene Logvinov2005-04-14
Tips for Convenient CGI Scripting Any CGI programmer benefits from knowing and using ready-made libraries. In this article Eugene Logvinov shows how CGI modules taken from CPAN can not only help you to work effectively and conveniently, but can also provide you with an excellent code and reference library. Consequently, embedding POD (Plain Old Documentation) in the module turns out to be a good choice. When you're doing CGI programming you usually have a choice between using the CGI module or scripting manually. Here we're going to take a look at what you can do with the CGI module and its derived classes, like CGI::Fast. Scripting without using any pre-built modules may be fine when a CGI application only needs a small amount of code, like when you're parsing $ENV{QUERY_STRING}, or when speed is of the essence, like when you're compiling a 200 KB module. But more often than not, the CGI module is more suitable. Tutorial Pages: » Tips for Convenient CGI Scripting » The CGI module » Displaying script errors in the browser » CGI::LogCarp usage and shortcomings » Standard modules of CGI::* type » Resources First published by IBM DeveloperWorks
|
||||
| About the NetVisits, Inc Network | Write For Us | Advertise Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |
Visit other NetVisits, Inc. sites: |