Help for this page
foreach (keys %$data ) { bla....
my @tmp_ary = keys %$data; while(my $item = shift @tmp_ary) { do stuff... }