in reply to Sybase DBD and Perl - Retrieving images from the DB and saving to disk
towhile (my @row = $sth->fetchrow_array)
while($row = $sth->fetchrow_arrayref) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sybase DBD and Perl - Retrieving images from the DB and saving to disk
by chickenbeef (Initiate) on Oct 16, 2015 at 09:17 UTC |