Why are you try to execute your perl script from Frontpage? I think what you are trying to do is develop CGI scripts in Perl. You have Apache installed, I assume, on your local system. So all you should have to do is point your browser to the webpage (http://localhost/whatever.html) that contains the form that will be passed to your webserver. Your webserver will then execute your script.