in reply to Re: "close" failing
in thread "close" failing
Specifically, use the following:
use CGI::Carp qw(fatalsToBrowser warningsToBrowser); use CGI qw(:standard); print header; warningsToBrowser(1);
This should give you some visibility into the cause of the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "close" failing
by sgifford (Prior) on May 31, 2006 at 16:20 UTC |