in reply to How do I turn a hash into a name=value string?
$_ .= "$k=$v," while ($k,$v) = each %hash; [download]
Regards,
Jeff