in reply to
open with a command
look for the
IPC
modules. From the
QandASection: programs and processes
section of Q&A, i found these nodes:
How do I run another program from within my Perl program
suggesting
IPC::Open3
, which i haven't used but have seen suggested before for this type of question.
Using IPC::Run to control ssh client
suggesting
IPC::Run
Comment on
Re: open with a command
In Section
Seekers of Perl Wisdom