If you are familiar with reference, try using Data::Dumper
The above code will give a clear picture, then you can access it from the datastructure it shows.use Data::Dumper; @pids = $pi->ListPids (); # Get all known PIDs @info = $pi->GetProcInfo (); # Get the max print Dumper [ @pids ]; print Dumper [ @info ];
In reply to Re: Using the results from Win32::Process::Info
by jesuashok
in thread Using the results from Win32::Process::Info
by nisha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |