in reply to Re^2: how to exec() with my filehandles !
in thread [Resolved] how to exec() with my filehandles !

OK, i'm testing the short code (with open3) and it's working perfectly !
I need to go to CPAN more :)
Thanks everybody !
  • Comment on Re^3: how to exec() with my filehandles !

Replies are listed 'Best First'.
Re^4: how to exec() with my filehandles !
by ikegami (Patriarch) on May 21, 2010 at 23:08 UTC
    IPC::Open3 is pretty low level. I suggest you look at IPC::Run3 or the more flexible IPC::Run
Re^4: how to exec() with my filehandles !
by bart (Canon) on May 22, 2010 at 00:19 UTC
    Well, I don't want to curb your enthusiasm, but IPC::Open3 is a core module, meaning: it comes with Perl. So in this case, no visit to CPAN is necessary.