sub hash_to_html ($;$) { my $x = shift; my $i = @_ ? shift : ''; return "" unless ref ($x) eq "HASH"; return "$i\n"; } ####