darren chamberlain wrote:
> 
> Jacek Ostrowski ([EMAIL PROTECTED]) said something to this effect:
> > hi,
> >
> > I have a litle suggestion to Apache::Registry -
> > I tried to change it to allow script writers
> > to see compile errors in a browser.
> >
cut
> 
> Why not just use CGI::Carp? The fatalsToBrowser function will do exactly
> what you want Registry to do.
> 
> (darren)

I tried to use CGI::Carp before, but with no effect.
Try to run the script below, you will see no syntax error in the
browser. (?)

-----
use CGI
qw/:all/;                                                               
use CGI::Carp
qw/fatalsToBrowser/;                                             

print
start_html('Test');                                                       
print
'test<BR>'                                                                             
                                                      
print end_html; 
-----

yacek


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to