in reply to Re: Perl mindshare in web development
in thread Perl mindshare in web development

Then have a look at the Template Toolkit, which allows you to do:
My rocket ship goes:<br> [% PERL %] print join ' ', reverse 'BLAST OFF!', 0..10; [% END %]
You don't even have to lear the Template Toolkit language as you can use just Perl if you like. I don't think you can get any closer to embedding Perl than this.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law