Help for this page
#!/usr/local/bin/perl -w use strict; ... while(($k, $v) = each(%config)) { print "for $k, value is: " . $v . "\n"; }