problem running perl scripts in browser

Started by
2 comments, last by igni ferroque 19 years, 1 month ago
hi, can anyone tell me how to run perl scripts in browser. eg i have a html form which posts message to perl script,but the perl script does not open in internet explorer.does anyone know why this is?
Advertisement
Because internet explorer is a html renderer, not a perl interpreter.

But I suppose that's not terribly helpful.

The short answer is you need a web server [like apache, it's free] to accept the html post and redirect it to the perl script [via the perl interpreter], and then return the perl output to an html renderer [internet explorer, via some network connection]
can you tell me where can i get the perl interpretor?
Get PERL here.
Free Mac Mini (I know, I'm a tool)

This topic is closed to new replies.

Advertisement