amin.gholizad Posted September 12, 2013 Posted September 12, 2013 I cannot use Perl in stevie server.My script is in folder www/cgi-bin and also chmod 0755. and I have put #!/use/bin/perl as the first line.My log is clear.But I get error 500 when running a .pl http://testperl.tk/cgi-bin/test.pl Quote
Krydos Posted September 12, 2013 Posted September 12, 2013 #!/use/bin/perlThere is a typo in your shebang. It should be #!/usr/bin/perl 1 Quote
amin.gholizad Posted September 13, 2013 Author Posted September 13, 2013 thanks.Why I didn't notice the typo!!!I have checked it sevral times. Quote
Recommended Posts