- or download this
package Queries;
use DBI;
...
return $self->{sth}->fetchrow_hashref;
}
- or download this
package loadusertable;
use Queries;
...
}
- or download this
use Queries;
use strict;
...
my $row=$q->fetchrow_hashref;
- or download this
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Peter L. Berghold --- Peter@Berghold.Net
"Those who fail to learn from history are condemned to repeat it."