![]() |
|
|
+ Search |
![]()
|
Feb 14th, 2001 13:03
Per M Knutsen,
With the CGI::Carp module, like this: #!/usr/bin/perl usr CGI::Carp qw(fatalsToBrowser); die "Fatal error messages are now sent to browser"; Using CGI::Carp makes it easier debugging problems in your CGI scripts.