Embperl

 view release on metacpan or  search on metacpan

test/cmp/xhtml.htm  view on Meta::CPAN

<html>
<head>
<title>Embperl Tests - XHTML output</title>
</head>

<body>

a <br>
<table>
    <tr>
        <td>1 </td>
    
        <td>&apos;2&apos; </td>

test/html/xhtml.htm  view on Meta::CPAN

[- 
$r = shift ; 
$r -> config -> output_mode (1) ;
$escmode = 12 ;
-]

<html>
<head>
<title>Embperl Tests - XHTML output</title>
</head>

<body>

[- $a = 1 -]

[$if $a$]
    a <br>
[$ endif$]



( run in 1.808 second using v1.01-cache-2.11-cpan-49f99fa48dc )