Search results

  1. P

    Perl?

    Okay now the echo script works. Apparently when I changed the permissions they didn't stick as somehow they were reset to 644. Now my problem is the other script which is in my cgi-bin directory isn't working. Looking at the raw error logs, I see: [28/May/2009:18:33:36 -0500] "POST...
  2. P

    Perl?

    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); #...
Top