Help for this page

Select Code to Download


  1. or download this
    my $pid = open3(
       '<&STDIN',
    ...
       my $fr_chld_err = gensym(),
       'email'
    )
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    waitpid($pid, 0)
       or die;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    while (<STDIN>) {
       print STDERR (">> $_");
    }
    
  4. or download this
    $ echo meow | wrapper
    [STDOUT]
    [STDERR]
    >> meow