hi guyz, i just started 2 learn perl, here is my very first script:
#!/usr/bin/perl
print "Content-type:text/html\n\n";
print "<html><head><title>Let go!!</title></head>\n";
print "<body>\n";
print "blah blah blah\n";
print "</body></html>\n";
& here is what i'm gettin :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
i think it is 'coz i wrongly pointed the #!/usr/bin/perl
what else culd it be?
thunx a lot..
regards, vic
#!/usr/bin/perl
print "Content-type:text/html\n\n";
print "<html><head><title>Let go!!</title></head>\n";
print "<body>\n";
print "blah blah blah\n";
print "</body></html>\n";
& here is what i'm gettin :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
i think it is 'coz i wrongly pointed the #!/usr/bin/perl
what else culd it be?
thunx a lot..
regards, vic