Computing.Net > Forums > Programming > perl hashes

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

perl hashes

Reply to Message Icon

Name: ShaqDiesel
Date: August 27, 2009 at 00:15:31 Pacific
OS: Windows XP
CPU/Ram: custom
Product: Custom / CUSTOM
Subcategory: General
Comment:

@hashtable{@key_values} = 0;
while(($key, $value) = each %hashtable)
{
print $key . "," . $value . "\n";
}
the keys print fine but the values don't show up.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Copy 20 files at a time C prefix postfix incr dec



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: perl hashes

Perl Hash - 'key()' function in loo www.computing.net/answers/programming/perl-hash-key-function-in-loo/7736.html

perl hashes www.computing.net/answers/programming/perl-hashes/14617.html

Perl script, regex & hash of arrays www.computing.net/answers/programming/perl-script-regex-amp-hash-of-arrays/15784.html