in reply to table()'s with CGI.pm
print $cgi->table( $cgi->Tr( map { $cgi->td( [ $_, @{$sites{$_}} ] ) } keys %sites ) # Tr ); #table
update: should be keys %sites as davorg pointed out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: table()'s with CGI.pm
by davorg (Chancellor) on Jun 26, 2001 at 12:03 UTC |