Hi nisha,
You can use Data::Dumper.
Also take a look at perlref about dereference.use strict; use warnings; use Win32::Process::Info; use Data::Dumper; my $pi = Win32::Process::Info->new ("172.16.4.47", "WMI"); my @pi = $pi->ListPids (); # Get all known PIDs print Dumper $pi->GetProcInfo ($_) for @pi; #Get the info
Prasad
In reply to Re: Using the results from Win32::Process::Info
by prasadbabu
in thread Using the results from Win32::Process::Info
by nisha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |