in reply to How do I turn a hash into a name=value string?

my $string = join(",", map({"$_=$hash{$_}"} keys %hash));

Will that work?


They say that time changes things, but you actually have to change them yourself.

—Andy Warhol