in reply to Re^3: CGI script gives "internal server error"
in thread CGI script gives "internal server error"
Thank you all guys. Problem is solved. I changed print command from "print <<END_OF_HTML" to print qq{ } and the script is working fine now. Now the question is why wd it not work with "END_OF_HTML" ?