For my CS course we are learning the P languages (PHP,Perl,Python) and since
I've used PHP for six years I'm trying to get a jump start on perl. I
created a basic first.pl script:

[www@www1 perl]$ cat first.pl
#!/usr/bin/perl
print "Hello world!!\n";

Checked the perms ensuring it was executable:

[www@www1 perl]$ ls -all
-rwxr-xr-x  1 www www   41 Jan 28 05:13 first.pl

Cherokee is setup to drop down to www:www upon launch.

>From the command line ./first.pl or perl first.pl both produce the disered
results: "Hello World!!", but trying to do this from the web is wearing down
my patience. I set up a new vserver using the  subdomain
perl.tylerfryman.com. It is setup as follows:

Extensions pl { handler CGI }
Default { List & Send }

I set the error log to use /var/log/cherokee.error and figured it would
'work'. It gives me a 500 error and nothing in the log. Currently using
 version 1.0.14. Any help would be great :]
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to