Hi Bal -- > Commenting out the following lines in the CGI.PM resolved the > error. I don't > know if this is the correct way or not, if anyone has a > different way to > solve this, pls. let me know.
I would definitely NOT comment arbitrary lines from another module without understanding WHY doing so changes the situation. I am 100% positive that you have a bug in your code, and that there is no bug in CGI.pm which is causing this to happen. Before you go and comment out lines from CGI.pm, take a close look at the situation and figure out why commenting those lines seem to fix your problem. I am certain that you will discover a bug in your own code. -Jesse- --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
