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

All the above solutions work, just remember that when you join your data back, you won't necessarily obtain a string identical to the original one. If you want your hash to remember the order in which you put elements into it, read perldoc -q order.

  • Comment on Re: How do I turn a hash into a name=value string?