On 2012-07-21 14:50, punit jain wrote:
*(B) How do I stop the script graceful without killing the processes and stop from other sunbprocesses being spanned ?*
Just let $SIG{INT} and $SIG{TRM} also set $STOP.
Per child you can update $0, to be able to watch the status of the
process in ps.
-- Ruud -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
