Help for this page
package mylib; use strict; use warnings; ... $$href{$_} = $_; } }
#!/usr/local/bin/perl use strict; use warnings; ... for (keys %hash) { print "key: $_ value: $hash{$_}\n"; }