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.


No good deed goes unpunished. -- (attributed to) Oscar Wilde

Replies are listed 'Best First'.
Re^3: "close" failing
by sgifford (Prior) on May 31, 2006 at 16:20 UTC
    Also, the interesting error messages are probably being printed from abc.sh. They should end up in the server's error log. You can use IPC::Open3 to get a handle from which you can read them.