- or download this
@ary = @{$dbh->selectcol_arrayref($sql)};
- or download this
#!/usr/bin/perl -w
use strict;
...
# But this one dies!
my @ary = @{$dbh->selectcol_arrayref($sql)} or die $dbh->errstr, $!;
print for @ary;
- or download this
No such file or directory at ./dbtest.pl line 17.