i have the free plan perl won't work AT ALL
i have cgi-bin/test.pl:
#!/usr/bin/perl
print "Content-Type:text/html\n\n";
print "hello";
how to make it work?
i have already tried:
CHMOD 0777
i get a 500 error
i have the free plan perl won't work AT ALL
i have cgi-bin/test.pl:
#!/usr/bin/perl
print "Content-Type:text/html\n\n";
print "hello";
how to make it work?
i have already tried:
CHMOD 0777
i get a 500 error
Don't start a new thread for an old problem. Instead, try following the advice in the other posts. Have you checked you error logs? Have you checked your server configuration?
Remember what I posted before about using mode 0777? Don't do it.