XML-Simple - Re: Error with Carp when using XML::Simple

Posted on Tue Oct 24 06:27:35 2006 by lschult2 in response to 3316 (See the whole thread of 4)
Re: Error with Carp when using XML::Simple
The error log says "Premature end of script headers". This basically means no HTML was returned. Looking into how CGI::Carp works, it is not calling the &fatalsToBrowser function. The reason it is not is it thinks it's in an eval. It looks like after calling XMLin, that the special variable $^S is set. Then CGI:Carp doesn't dump the error messages to the screen. Do you have any insight into why $^S is set after calling XMLin?
Direct Responses: 3328 | Write a response