Koozali.org: home of the SME Server

newbie perl question

seabro

newbie perl question
« on: September 12, 2004, 04:36:09 PM »
hi,

sme 5.6

I am trying to get perl to work.

i have saved a file called test.pl in the cgi-bin folder of an ibay.  then i chmodded the file to 755

when i hit the file through my browser it gives a 500 internal server error.

the file itself simply says..

#!/usr/bin/perl
print "perl is working!";

if i do perl test.pl at the terminal window it works..

any help appreciated.

ps.  php works fine!