hi all
i'm tryin 2 learn perl, (just started, my experience for now is about 2 hours)
i've allready been 2 & some other sites but what is ur guyz recomendation on what wuld be a good enough 2 start learnin it?
now i'm tryin 2 write simple-silly scripts & gettin errors >:-<.. thats a bit irritatin..
here is the simple example:
#!/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 instead of desired page:
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
i'm tryin 2 learn perl, (just started, my experience for now is about 2 hours)
i've allready been 2 & some other sites but what is ur guyz recomendation on what wuld be a good enough 2 start learnin it?
now i'm tryin 2 write simple-silly scripts & gettin errors >:-<.. thats a bit irritatin..
here is the simple example:
#!/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 instead of desired page:
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