in reply to need all keys from hash into one string (looking for 1-liner)
Yet another way to do it
my $str = "@{[keys %h]}"; [download]