- or download this
$VAR{q} = qq~SELECT * FROM table~;
$VAR{x} = $DBCONN->query($VAR{q});
$VAR{n} = $VAR{x}->numrows;
- or download this
$VAR{q} = qq~SELECT COUNT(*) FROM table~;
$VAR{x} = $DBCONN->query($VAR{q});
$VAR{n} = $VAR{x}->numrows;
- or download this
http://perlguru.com/gforum.cgi?post=44983;guest=
- or download this
==========================================
Update
==========================================