Hi All, My Perl CGI script is working fine when i run the code in the command prompt as "perl myscript.cgi" . However when i run the same code in the browser(Internet Explorer), It is not working properly.
I am using "YAML::Syck" module in my CGI Script to parse the YAML file. So i use this module to read the YAML file and store it in a hash $data = LoadFile($fpath) I will place some logic here and list the values in a select box. The code is working fine till this select box after that it is not displaying anything in the browser(view source displays till the select). However the same code is running in the command prompt with the complete HTML generated. Is that we need to add this module somewhere in the APACHE configuration? Or do we need to add somewhere in the code. I hope since this is working with the command prompt. Probably the error is with the APACHE or some include. Please help. Thanks, Prabu Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/