>I know this has been covered before, so a faq pointer is ok w/me.

>I have this code:

>while($db->FetchRow()){
>    %Data = $db->DataHash(First_Name,Last_Name);
>  foreach $key (sort(keys %Data)) {
>         print $key, '=', $Data{$key}, "\n";
>  } # end foreach
>         print("\n");
>}

Just curious. I assume that you are using DBI module. If so, I don't see the methods 
FetchRow and DataHash in the perldoc for DBI. I have version DBI 1.21. Am I missing 
something here ??


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to