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;
>
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