in reply to Re: Perl Code in HTML
in thread Perl Code in HTML

Don't use ePerl. It's a long-dead project. There are many ways to add perl code to HTML, including Mason, Template Toolkit, and many others. I wrote about them here.

Replies are listed 'Best First'.
Re^3: Perl Code in HTML
by Anonymous Monk on Jan 29, 2009 at 18:59 UTC
    I personally would not use perl for this, but rather php. Don't know if it's taboo to say that on perlmonks, but that's just my opinion.
      Well, it's taboo to say that without giving some kind of sane reason. The poster knows perl and likes it, perl can be embedded in HTML, so what are you saying?

        I am assuming he would rather use php because it is less work to implement -- rename the file to .php and put <?php echo "hurrr"; ?> somewhere in the file.

        And you didn't even know bears could type.