None
sub PrintHash(\%) { my %hash = %{(shift)}; foreach my $key (keys %hash) { print "key : $key, value : $hash{$key}\n"; } }
沒有留言:
張貼留言