but what im trying isn't working right now
That's hardly a complete description of the problem. Printing all the hash entries is essentially trivial with each:
while (my ($key, $value) = each %everything) { print "<tr><td>$key</td><td>$value</td></tr>"; }
In reply to Re: printing a hash into a table
by hippo
in thread printing a hash into a table
by Boberts
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |