Subject: | feature request for HTML-HashTable-0.6 |
Date: | Fri, 25 Sep 2015 15:12:24 +0000 |
To: | "bug-HTML-HashTable [...] rt.cpan.org" <bug-HTML-HashTable [...] rt.cpan.org> |
From: | Ravi Kumar <ravik [...] innovium.com> |
Hi,
I have a need to HTML'ize a perl hash. So I am trying to use your pm. It works fine but I have a couple of requests.
1. If I have an array in the heirarchy, it gets printed side by side (and not one below another). Anyway I can stack them instead of lining them?
2. keys are printed either sorted or unsorted. I need the doc. to print it out preferrably in the order within the hash, or worst case, take an input array with the keys and print in that order.
3.
Please let me know if these are reasonable requests. I can help as needed.
Using 0.6 version of this package.
~ $ uname -a
Linux vm-sj-user6-2.corp.innovium.com 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
~ $ perl -v
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
-ravi