What is Perl Open3?
Answer
From the official IPC::Open3 docs:
"IPC::Open3 - open a process for reading, writing, and error handling using open3()".
With open3 we can have the full control of the STDIN, STDOUT, STDERR. It's usually used to execute commands.