Re: CGI::Carp qw(fatalsToBroswer); question

2002-07-10 Thread mike808
> Changing a line in CGI::Carp > < sub ineval { $^S || _longmess() =~ /eval [\{\']/m } > --- > > sub ineval { _longmess() =~ /eval [\{\']/m } > Are there any solutions to this problem that don't involve changing > CGI::Carp? Perhaps I should just rip the code that I want out of CGI::Carp? Why n

CGI::Carp qw(fatalsToBroswer); question

2002-07-10 Thread Wes Cravens
use CGI::Carp qw(fatalsToBrowser); was having no effect on my modules. Changing a line in CGI::Carp < sub ineval { $^S || _longmess() =~ /eval [\{\']/m } --- > sub ineval { _longmess() =~ /eval [\{\']/m } ,by advise from a mail I found in archives from last year, produced the results that I was