Scripting
>>
Perl
>>
How to loop thru a hash given its hash reference
eg. given $hash foreach $k (keys %{$hash}) { print $k; }
Please enable JavaScript to view the
comments powered by Disqus.