Forum Moderators: coopster & phranque
<html><?plecho 'hello perl';?></html>
<?pl
echo 'hello perl';
?>
</html>
i only mention this because we have developed our own psp in-house, so it can be done but i wouldn't recommend starting from scratch...
[perl.apache.org...] [cpan.org...]
Code: <html> I have got <% print 4+4; %> apples. </html>
Output: I have got 8 apples.