|
Perl and CGI - simple form, and monitoring script.
 In some ways, Perl and CGI (Common Gateway Interface) is "old hat", but some times it's still just what you need.
Over the last couple of days, I've been working with Perl, with a customer for an intermediate tutorial session on some aspects of the language such as Object Orientation and Regular Expressions, and we touched on "can I send the output through to a browser too". Yes, of course, and CGI is neat and straightforward for the task; we don't need scookies, sessions, frameworks, MVC or the like - just simple displays and perhaps the odd form ( and we do need to consider the web security!).
Two source code examples with links to demonstrations ...
1. A simple form which the user fills in with a height and a width. Reply gives the area, echos back inputs too. Script has "injection attack" protection to avoid use entering something silly - you need that even on the simplest of scripts. [see demo]
2. An administrator's tool to keep an eye on the server - the uptime report, disc utilisation, and the status of another server too, checked via a ping. [see demo] (written 2011-09-17)
Associated topics are indexed under P604 - Using Perl for Web Site Management [2532] Analysing Google arrivals by country of origin - (2009-12-10) [2399] Firefighting with Perl - (2009-09-07) [314] What language is this written in? - (2005-05-17) P403 - Perl - The Common Gateway Interface [2834] Teaching examples in Perl - third and final part - (2010-06-27) [2551] Perl and the Common Gateway Interface - out of fashion but still very useful? - (2009-12-26) [2238] Handling nasty characters - Perl, PHP, Python, Tcl, Lua - (2009-06-14) [45] CGI v mod_perl - (2004-09-11)
5622
Some other Articles
Apache Internal Dummy Connection - what is it and what should I do with it?Checking all the systems on a subnet, using Expect and TkNeedle in a haystack - finding the web server overloadAwk v PerlPerl and CGI - simple form, and monitoring script.Take the dog on a lead - do not carry her. Perl references.Getting more log information from the Apache http web serverA demonstration of how many Python facilities work togetherPressing ^C in a Python program. Also Progress Bar.Research is exciting. But should routine be automated?
|
4090 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, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82 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).
|
|