Help for this page

Select Code to Download


  1. or download this
    use feature qw( say );
    use IPC::Open3 qw( open3 );
    ...
       print time, ": Perl said: $_";
    }
    waitpid($pid, 0);
    
  2. or download this
    1327100100: 27601
    1327100102: Perl said: 27601