Help for this page

Select Code to Download


  1. or download this
    use IPC::Run qw( run );
    # just a silly command to execute in another process, to demonstrate
    ...
    my ($in, $out, $err);
    $in = "foo\nbar\nbaz\n";
    run $command, \$in, \$out, \$err;
    
  2. or download this
    ------------
    :Wq
    Not an editor command: Wq