jw_griffith has asked for the wisdom of the Perl Monks concerning the following question:
use CGI qw/:standard/; print "<TABLE BORDER=1>; while(@row = $sth->fetchrow_array()){ print Tr( td ( \@row)); } print </TABLE>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: button in a table?
by hiseldl (Priest) on Apr 11, 2003 at 17:06 UTC | |
|
Re: button in a table?
by Improv (Pilgrim) on Apr 11, 2003 at 16:51 UTC | |
by merlyn (Sage) on Apr 11, 2003 at 18:01 UTC | |
|
Re: button in a table?
by cbro (Pilgrim) on Apr 11, 2003 at 17:20 UTC | |
by Improv (Pilgrim) on Apr 11, 2003 at 17:31 UTC | |
by jw_griffith (Initiate) on Apr 11, 2003 at 18:15 UTC | |
by Improv (Pilgrim) on Apr 11, 2003 at 18:20 UTC | |
|
Re: button in a table?
by jw_griffith (Initiate) on Apr 11, 2003 at 17:04 UTC |