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
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
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now