|
What is CGI.pm / A dozen new examples
Perl's CGI.pm module allows both a structured and Object Oriented approach to generating and handling web pages via the Common Gateway Interface. It was written (a long time ago now) to provide a library of routines to help Perl programmers write web applications without having to (re)write or roll their own Common Gateway Interface code, and to provide a logically robust tool to ensure that tags balanced, via functions which generate both open and close elements writing the same single call.
CGI.pm - with so much to do - is a very large module, and there are a lot of different function calls to learn if you're going to use all the parts of it. So it is arguable as to how much you gain by using it - in other words, whether the positives outweigh the negatives. Personally, I make use of some elements such as CGI::Cookie, which provides Perl code to handle the unique date stamp format that cookies, use, then I 'roll my own' for the rest. But then I am a bit of a geek who knows the protocols, and I'm always looking for lean demos ...
We have a major training module on Using the CGI.pm modules, which we present briefly during our Perl on the Web course. There are over a dozen source code examples there ... and yesterday, I notes that they weren't available on our web site for delegates to access after the course ... well - the are now - follow this link! (written 2009-06-12 08:53:28)
Associated topics are indexed under P412 - Perl - Using CGI.pm
Some other Articles
Sending awkward characters by email in PerlLoading external code into Perl from a nonstandard directoryTransforming data in Perl using lists of lists and hashes of hashesWhy sendmail one way, and pop3 the other?What is CGI.pm / A dozen new examplesRunning a piece of code is like drinking a pint of beerDo not re-invent the wheel - use a Perl moduleWhere do I start when writing a program?Learning PHP, Ruby, Lua and Python - upcoming coursesRevision / Summary of lists - Perl
|
2674 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|