How can I run Perl or CGI scripts on Windows servers?
You can upload the scripts to /cgi-bin folder.
Here is the path for the perl.exe c:perlbinperl.exe.
Therefore, to run the CGI scripts, please rename all the files to extension .pl . You may relocate all the CGI scripts into the scripts folder.
Please remember to CHMOD them.
Normally you need to CHMOD 755 which you can do via FTP software.