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

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.

Replies are listed 'Best First'.
Re^6: Perl Code in HTML
by perrin (Chancellor) on Jan 29, 2009 at 20:38 UTC
    But you skipped the "find out out how PHP is set up on your ISP" and "learn PHP" steps. Setting up Mason could be a challenge for a n00b, but it's not hard to write a basic CGI script that uses templates, and you learn some really useful things about HTTP by doing it.

      Mmh, good point. I suppose I was in the same thought process as the Anonymous Monk who inspired our replies.

      And you didn't even know bears could type.