in reply to Perl parameters

First, take the html, and change all &gt to <, &amp to & etc. Then, make sure the code in the hmtl contains no html tags embedded, like <FONT> for syntax coloring etc. Make sure that the perl code ends with __END__ or __DATA__. And then, read about the -x switch in perlrun.