Re: Howto catch a signal and continue afterwards

2010-02-17 Thread Matthias Meyer
C.DeRykus wrote: > On Feb 15, 11:59 am, matthias.me...@gmx.li (Matthias Meyer) wrote: >> Hi group, >> >> I try to catch a signal, write out some statistics about my running >> perl program and continue afterwards with the program. >> >> use strict; >

Howto catch a signal and continue afterwards

2010-02-15 Thread Matthias Meyer
Hi group, I try to catch a signal, write out some statistics about my running perl program and continue afterwards with the program. use strict; no utf8; use MyProgram::Lib; use Encode; use Socket; use File::Path; use File::Find; use Getopt::Std; die("MyProgram::Lib->new failed\n") if ( !(my $in