in reply to CGI Tables
This will probably have to be re-tooled for your application. Remember that a while call does not return any data, yet a map call does. Update: I think Zaxo has a more thorough example.print $html_page->table( $html_page->tr( map { $html_page->td($_) } .... ) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Long identifiers are fine (Re^2: CGI Tables)
by Flexx (Pilgrim) on Sep 02, 2002 at 10:20 UTC | |
by tadman (Prior) on Sep 02, 2002 at 13:42 UTC | |
by Flexx (Pilgrim) on Sep 02, 2002 at 15:18 UTC |