Help for this page

Select Code to Download


  1. or download this
        if ( $pid == 0 ) {
            close $input_to_child;
    ...
            }
            exec {'perl'} 'perl', 'client.pl';
        }