in reply to Re^4: DBD::SQLite failing to return data?
in thread DBD::SQLite failing to return data?
while( my $data = $sth->fetchrow_arrayref || die $sth->errstr; ) { print "$data : @{ $data }"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: DBD::SQLite failing to return data?
by BrowserUk (Patriarch) on Nov 11, 2010 at 03:29 UTC | |
by aquarium (Curate) on Nov 11, 2010 at 03:41 UTC |