Help for this page

Select Code to Download


  1. or download this
    my $pid = 1234;
    if( kill 0, $pid ) { 
    ...
    } else { 
        # it's dead
    }