rxguil has asked for the wisdom of the Perl Monks concerning the following question:
# while($Data->FetchRow()) # { # %Data = $Data->DataHash(); # print "<tr>"; # foreach $key( keys( %Data )) # { # print "<td bgcolor = #9999CC>$Data{$key} </td>"; # }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extracting Data
by CountZero (Bishop) on Dec 12, 2002 at 07:27 UTC | |
by rxguil (Novice) on Dec 12, 2002 at 07:54 UTC | |
by rdfield (Priest) on Dec 12, 2002 at 09:43 UTC | |
|
Re: Extracting Data
by hmerrill (Friar) on Dec 12, 2002 at 14:12 UTC | |
by rxguil (Novice) on Dec 12, 2002 at 18:21 UTC |