The following code produces this result:

"The key is HASH(0x3649f4) and the values is"


Of course I'd like to see the actual key name and value..  What am I doing
wrong?

Thanks,

James


%win2k_counters= {

'CommitedBytesInUse' =>         "\\Memory\\ Committed Bytes In Use", 
'MbytesAvail'   =>      "Memory\\Available MBytes",
};



while (($key, $value) = each (%win2k_counters)) {
                print "The key is $key and the value is $value\n";}
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to