# while($Data->FetchRow()) # { # %Data = $Data->DataHash(); # print ""; # foreach $key( keys( %Data )) # { # print "$Data{$key} "; # }