Tips for Convenient CGI Scripting
By Eugene Logvinov2005-04-14
Tips for Convenient CGI Scripting
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:
|
First published by IBM DeveloperWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Tips for Convenient CGI Scripting"
You must be logged in to post a comment.
Link to This Tutorial Page!

