Hi, I was wondering if anyone knows of a good solution to embed perl with escape as like <? ?> , Closest I came to was the binary of eperl and using shebang #!/usr/bin/eperl ...

Here is example bit like php...

<p>
<?
print "some text in perl";
?>
</p>