perlscript

(thing) by sabre23t (3.5 y) Wed Apr 26 2000 at 11:54:08

PerlScript uses ...

<%
  ...code...
%>
to embed Perl in HTML documents either for server side or client side processing. Example of PerlScript given below.
<%@ LANGUAGE = PerlScript %>
<HTML>
<HEAD>
<TITLE>PerlScript Hello World!</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>PerlScript Hello world!</H1>
<%
$Response->write("Hello world!");
%>
</BODY>
</HTML>

after http://www.activestate.com/ActivePerl/docs/PerlScript.html

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.