Help for this page
Select Code to Download
Select
or
download this
#! perl -slw use strict; ... while( my $k = each %h ) { print "$k ", %h; }