ASP-style tags for Perl web development?

Posted by Alex R on Stack Overflow See other posts from Stack Overflow or by Alex R
Published on 2010-04-05T20:25:58Z Indexed on 2010/04/05 20:43 UTC
Read the original article Hit count: 421

I feel like I'm traveling 10 years back in time by asking this, but...

Are there any modules, patches, or any "new" version of Perl (released in the last 10 years) to enable writing web-oriented Perl scripts using ASP-style tags?

e.g. from ASP/JSP

 some html <% some code %> more HTML

e.g. from PHP

 some html <? some code ?> more HTML

Please don't worry about "why" I'm asking this... It's related to programming language research.

© Stack Overflow or respective owner

Related posts about perl

Related posts about perl-module