in reply to join should polymorph on hashes

Or something like:
use English; local $KEYVAL_SEP = '='; local $INTERPAIR_SEP = "\n"; my $join = "%hash";
This would allow for use of string interpolation.