in reply to Re^4: Perl module to get warn or die to render as HTML
in thread Perl module to get warn or die to render as HTML
[Mon Sep 25 15:33:37 2006] securityQuery.cgi: Use of uninitialized val +ue in concatenation (.) or string at /var/appl/httpd/cgi-bin/ms/secur +ity/securityQuery.cgi line 154, FILE line 122.
Sorry, feeling a little grumpy today. Also I used to be one of the worse offenders.
I just thought of one last tip--if you do use CGI:Carp and want to send warnings to the browser, don't forget to put your
statement after you've written the headers.warningsToBrowser(1);
T.
_________________________________________________________________________________
I like computer programming because it's like Legos for the mind.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl module to get warn or die to render as HTML
by ptum (Priest) on Sep 26, 2006 at 14:20 UTC |