http://www.perlmonks.org?node_id=812125

Ankit.11nov has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, I want to run a perl script from a html web page.
<html> <head> <title>Run your first Perl script</title> </head> <body> Click on <a href="D:\workspace\run.pl">this link</a> to run your first + Perl script. </body> </html>

But when I am clicking on the link it is downloading the file instead of running it.
Please suggest what can be done here.