Nick Chirca wrote:
> @arr = $dbh->query('select * from pet');
> print "@arr\n";
> $sth = $dbh->listfields('pet');
> print "$sth\n";
> 
> _____________________
> 
> pet
> Mysql::Statement=HASH(0x80fed3c)
> Mysql::Statement=HASH(0x80fee5c)


Read "perldoc perlref"

Reply via email to