12.4. Embedded Perl
Several Perl modules and related programs let you embed Perl code
into an HTML document. A CGI program then executes this code before
sending the final HTML file to the browser.
The most obvious advantage that these solutions have over W3-mSQL and
PHP is that the scripting language used in the HTML file is regular
Perl. Although they may be easy to learn and similar to C and Perl in
style, Lite and the PHP scripting language are unique, proprietary
languages that exist only for their one use. Perl, on the other hand,
is virtually ubiquitous. It is a standardized programming language
with years of bug elimination and extensive security features. There
is a persuasive argument to using this sort of solution.