------=_NextPart_000_0009_01C7BB51.F9C5E6B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
my $query =3D qq|SELECT SUM(MINS) FROM files WHERE USER=3D'$user'|;=20
my $do =3D $dbh->do($query);=20
print "$do";=20
Where MINS is integar, Now when I print $do it obviously prints only =
'1', marking return of the query.=20
Running query in phpMyAdmin prints the '2864' sum of all mins.=20
How I am supposed to print the same results here in script instead of =
'1' only.
Thanks,=20
Sara.
------=_NextPart_000_0009_01C7BB51.F9C5E6B0--