$pointer = $sth->fetchrow_hashref; die $sth->errstr if $sth->errstr; print "NAME = $pointer->{name}
";