in reply to Re: logging of win32::process
in thread logging of win32::process

hi, thanks for response! to using tee it's just a test for me but does't work,
my problem is how can i implement the logging on win32::process?
something like this
start logging
start process
end process
stop logging
and everything needs to be on console and file.

Replies are listed 'Best First'.
Re^3: logging of win32::process
by wazoox (Prior) on May 04, 2005 at 14:12 UTC
    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.
      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 :-(
        Does your current script (without the STDOUT redirection) spits what you want to the console?