Just started learning Perl and I have a question. I can't
seem to get the same results using Perl
table(...
Tr([...
td(...
as I do when using html
<table...
<tr...
<td...
Can someone tell me where I can find more info on the
internal working of the Table() Tr() td() functions?
It seems like these would be documented somewhere but I
can't seem to find it. Thanks for any help you can give.