
26 Mar
2009
26 Mar
'09
2:52 p.m.
Hi there
Ref: Renee Bäcker
Can you create a test.pl in the same directory where the index.pl is?
It should have this content:
#!/usr/bin/perl
use strict; use warnings; use FindBin qw($Bin);
use CGI; print CGI->header, $Bin;
chmod it to 755, run it via Browser and post the result here.
Same "Internal Server Error" on the browser. '[error] Can't call method "send_cgi_header" on an undefined value at (eval 10) line 69.\n' in the Apache logs. Thanks a lot for the help! Ratna