Saturday, April 12, 2008

How to troubleshoot 500 internal sever while running perl scripts

I wasted my time in solving 500 internal server error in Apache. I don't know why it was happening. Finally I recovered from this error. What I did is just i changed the first line in the script to
#!/perl/bin/perl -w

No comments: