... embperl? ... this code runs in the server side, like php, or a simple perl-cgi ... and ramigi whas asking for a 'client-side' perl interpreter included in the web browser; like javascript, vbscript (on the iexplorer) or others.
I'm affraid that the solution is to install a plugin to support this web-browser-perlish comprehension(like the activeperl's one, mentioned by Corion) ...
Maybe we must propose to the mozilla-firefox guys to give developpers a way to give this support ... it would be funny to program client-side perl scripts managing the obscure DOM as you want ...
... i imagine thinks like this:
<script language='perl'>
use Dumpvalue;
my $dump = new Dumpvalue;
$dump->dumpValue(\@document); #prints the DOM :-P
</script>
hahahaha
Regards :-P
turo
perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
|