vikee has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks :) I need to write a program that redirects the output of other programs to a window. The only working solution could be the ExecuteCommand and fileevent. A have found an example code, but it doesn't work on win. This is the output: Proc::ProcessTable missing, can't kill sub-children. at G:/Perl/lib/Proc/Killfam.pm line 22. Can't call method "ExecuteCommand" on an undefined value at D:\...\exec.pl line 1. I have proc::processtable.pm (does it work only under linux?) Can anybody give me a working example under win (and also it should work under linux too). I don't need killproc and others just the execution, redirection to a window, exit code. please, help me! thx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: TK::ExecuteCommand
by davidj (Priest) on Jun 24, 2004 at 10:53 UTC | |
by vikee (Sexton) on Jun 24, 2004 at 11:33 UTC | |
by davidj (Priest) on Jun 24, 2004 at 12:26 UTC | |
by vikee (Sexton) on Jun 24, 2004 at 13:02 UTC |