in reply to Re: Hash to (X)HTML display
in thread Hash to HTML display
tojoin ('', map { "$i <li>$_</li>\n" . hash_to_html ($x->{$_}, "$i " +) } sort (keys (%$x)))
join ('', map { "$i <li>$_\n" . hash_to_html ($x->{$_}, "$i ")."$i + </li>" } sort (keys (%$x)))
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash to (X)HTML display
by flocto (Pilgrim) on Jul 18, 2002 at 15:18 UTC |