> Just trying out Embperl, and I discovered that (in my test of dynamic
> tables) the $maxrow and $maxcol variables are being set to
> defaults of 100
> and 10 respectively and then obeyed, even though the $tabmode variable is
> set to 17. According to the documentation, these variables
> should only be
> obeyed when tabmode contains bits in the 64 and 4 position.
>
> My test called for 209 rows and 11 columns, and I was flummoxed for a bit
> until I started playing around with these variables.
>
> Am I missing something, or is it just a documentation inconsistancy?
>
The docs says:
$maxrow, $maxcol
Maxium number of rows or columns to display in a table. To prevent endless
loops, $maxrow defaults to 100 and $maxcol to 10.
This is true regardless of the value of $tabmode. Maybe the docs of $tabmode
not clear enought. If you have a suggestion how to write it in a better way,
just send it to me.
Gerald