Okay, how do you get Perl working on here? I've uploaded about the simplest Perl script I can create, threw it into my cgi-bin directory, and changed the permissions to 755.
I still get 500 Internal Server Error.
My code is:
#!/usr/bin/perl
use CGI;
use CGI::Carp qw(fatalsToBrowser);
#...