Help for this page
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;
------------ :Wq Not an editor command: Wq