|
Embperl
Most people use Perl scripts on the web to run programs that generate web pages, and they use PHP to write web pages that include programitic (scripted) elements. Both of these approaches work well.
But let's say that you want to provide web pages that include a bit of scripting, you know Perl already, but not PHP. Do you need to learn another language? No - you'll want to look at Mason, the Template Toolkit, or (my flavour today) Embperl. With Embperl, a few simple extra markers added to your HTML can allow you to drop in bits of code quickly and easily; it turns Perl into what I call an "HTML++" language along the lines of PHP.
Example - setting a variable in Embperl
[- $year = 1900 + (localtime())[5]; -]
and using that variable in the output:
[+ $html +] (written 2005-03-28 12:12:41)
Associated topics are indexed under A805 - Web Application Deployment - Perl - modPerl, Mason, CGI.pm and LWP
Some other Articles
100% TrainingHarmonyA little bit of fun - the new Perl QuizPutting a form onlineEmbperlResponding to spamEaster at Well House ConsultantsPolitics gets nasty. Must be an election coming up.Spring is in the airSTDIN, STDOUT, STDERR and DATA - Perl file handles
|
1834 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 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).
|
|