in reply to Re: fork, %SIG, END.
in thread fork, %SIG, END.
END { local $?; # preserve previous return code # do anything } # now, outside of the END block, # $? refers to the global and the # program officially terminates # using this value.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: fork, %SIG, END.
by etm117 (Pilgrim) on Aug 19, 2005 at 21:06 UTC |