in reply to Re^3: Perl module to get warn or die to render as HTML
in thread Perl module to get warn or die to render as HTML
use CGI::Carp qw(fatalsToBrowser); use strict;
or if you have more number of lines in your code and to check whether a particular function is been working or not you can see by writing the following 2 lines of code and test.print "Content-type:text/html\n\n"; print "here";
|
|---|