in reply to Re: Running in circles trying to find helpful documentation (Win32::process::memory)
in thread Running in circles trying to find helpful documentation (Win32::process::memory)
I will agree that I have not formulated the problem very well, and I appreciate your input because I needed some insight in certain areas especially because I do not know much about how programs use memory, and after all I am a linux user so this win32 stuff makes little sense to me, making win32 related reading (possibly) harder to digest.
Now, I do have more experience in some other languages, but I did not want it to sound like I was discouraged from using perl. The truth is that although sometimes I feel like I am making no progress and trying to learn too much for my young mind, I do believe that learning perl here will payoff in spades due to my real home being on linux and other unix related/based systems. I could of course be wrong at this too since the win32 part of learning perl could be a completely different 'monster' and only time or possibly someone with more experience could let me in on that.
Thank you again for your input and I hope this helps clarify my problem.
I only want to monitor any memory of a specific pid and print in real time to the screen any lines that start with Dealer:
I know that memory is not in a line by line format which makes this harder, but hopefully they are ended with newlines or something.
I might be in over my head but I am willing to learn, the documentation on win32::process::memory just seems really difficult and I am still constantly reading the books I have plus oreilly's learning perl (I think it is win32 based but I am not completely sure)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running in circles trying to find helpful documentation (Win32::process::memory)
by zentara (Cardinal) on Jan 08, 2007 at 12:08 UTC | |
by lou.cal (Initiate) on Jan 11, 2007 at 06:23 UTC | |
by zentara (Cardinal) on Jan 11, 2007 at 11:35 UTC |