Help for this page
#!/usr/bin/perl -w use IPC::Open3; ... my ($output, $error); ($output, $error)=run(); print "$output, $error\n";
jlm17 5660> ./test_eval.pl , Error, Could not execute not_a_command: No such file or directory , Can't exec "not_a_command": No such file or directory at /usr/share/ +perl/5.8/IPC/Open3.pm line 168.