Help for this page

Select Code to Download


  1. or download this
    use IO::Handle; # for gensym
    my $handle = gensym;
    tie *$handle, 'call_waitpid', $rdrfh, $pid;
    return $handle;