I wrote a perl script that prompts the user for a file name. Then, it does some checking to see if the file exists and reprompts if the user enter a bad file name, the file has a string in it that it shouldn't, etc. This works fine from my PC which has Perl installed. Now I've moved the script to a Windows server and am trying to run it from a PC that doesnt' have perl. It just thinks the program is a text file. How do I get it to use Perl on the server? I don't want to have to install Perl on each PC. Or, if there's a simple way to display the files in the directory and get the user to select the file they want and then pass this to a perl program, then that would be great too. I am new to Perl and I am under a deadline. Any help would be appreciated.