in reply to
Re^2: logging of win32::process
in thread
logging of win32::process
I understand your problem. Please check the links I provided;
IO::Tee
is a perl package that provides the "tee" command functionality to your scripts, so it should fit your need, and there may be some other suggestions in the node I mentioned.
Comment on
Re^3: logging of win32::process
Replies are listed 'Best First'.
Re^4: logging of win32::process
by
Rambo
(Initiate)
on May 04, 2005 at 14:33 UTC
i checked that already :-) but can't realy understand it how to implement this in my short script sorry.
i'am not really good programer :-(
[reply]
Re^5: logging of win32::process
by
wazoox
(Prior)
on May 04, 2005 at 18:01 UTC
Does your current script (without the STDOUT redirection) spits what you want to the console?
[reply]
In Section
Seekers of Perl Wisdom