Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: "close" failing

by ptum (Priest)
on May 31, 2006 at 13:52 UTC ( [id://552790]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://552790]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found