http://www.perlmonks.org?node_id=622040


in reply to executing external program question

Hi echoangel911,

There is more than one way to do it ;-)

For instance, you could use IPC::Open3 following recommendations such as the ones you will find in Re: IPC::Open3 woes or in the Perl Journal Article Perl and Inline Octave Code.

Another option is using IPC::Run

Cheers,

lin0
  • Comment on Re: executing external program question