Perl Problem

Status
Not open for further replies.

pu1chx10

New Member
Messages
1
Reaction score
0
Points
1
Newbie Here!

I'm trying to install the wakaba script:
http://wakaba.c3.cx/s/web/wakaba_kareha
and the creator said to check if perl scripts worked before installing the software worked, http://wakaba.c3.cx/sup/kareha.pl/1109033191/4
I tried running this sample code and put it in the /cgi-bin/ folder:
#!/usr/bin/perl
print"Content-Type: text/html\n\n";
print"<html><body><h1>Perl is working!</h1></body></html>";

but I get this error:
lscgid: execve():/home/site/public_html/cgi-bin/perl.pl: Permission denied

how do I get perl to run?, thanks in advance ;)
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Perl is not enabled on the Free Hosting servers.
 
Status
Not open for further replies.
Top