in reply to Running perl scripts on a web page

Sorry, you can't run perl scripts without having perl installed somewhere, how did you expect that to work?

You can however, use ActiveState tools (perl2exe I believe), to create self-contained files which will run without perl.

C.