[Catalyst] Executing external applications from catalyst.

Jesper Krogh jesper at krogh.cc
Tue Dec 13 19:43:08 CET 2005


Hi cool guys.

I have a few perlmodules that executes external applications using IPC::Open3

my ($OUT,$ERR,$WRT); $pid = open3($WRT,$OUT,$ERR, $cmd);

But when I use this from within catalyst the output buffer seems to end up
somewhere else than in $OUT.

I belive that Catalyst and IPC::Open3 are stepping on eachothers toes.
Whats the "elegant" solution to that problem?

Thanks.
Jesper
-- 
Jesper Krogh




More information about the Catalyst mailing list