in reply to Re^8: Replace value in the text file
in thread Replace value in the text file
even and odd rows in different color
$table->setEvenRowClass ( 'even' ); and $table->setOddRowClass ( 'odd' ); Then setup your two css classes to display what you want.
setting the location of table like 10 rows down
print $ofh '<hr>'x10;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Replace value in the text file
by mhoang (Acolyte) on Jul 05, 2017 at 02:11 UTC | |
by huck (Prior) on Jul 05, 2017 at 03:21 UTC |