in reply to Question in Win32::LoggedOnUsers
Note you don't need the arrays @keys and @values anymore.foreach my $user (keys %users) { print $user,'=', $users{$user},"\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Question in Win32::LoggedOnUsers
by biswanath_c (Beadle) on Jul 02, 2008 at 16:54 UTC |