Perl is located at: /usr/bin/perl If you are getting 500 internal server errors, please firstly: 1. Check that the script has CHMOD 755. 2. Check that it was uploaded in ASCII mode. 3. Add the following line below /usr/bin/perl: BEGIN { open (STDERR, ">cgierror.txt"); } Check cgierror.txt for any errors that may occur. If you [...]