Help for this page

Select Code to Download


  1. or download this
    my $running = 1;
    $SIG{HUP} = sub { $running =0 }
    while ($running){
      do_stuff();
    }