in reply to Re^2: END{} Subroutine not being called for Child process
in thread END{} Subroutine not being called for Child process
In general I don't redirect STDOUT or STDERR to /dev/null and never when I am debugging. Very often, when something unexpected goes wrong, important clues are written to one of these outputs. This may include output from modules that have been used, which might not be obvious without reading all the module source.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: END{} Subroutine not being called for Child process
by SituationSoap (Acolyte) on Aug 05, 2009 at 12:51 UTC |