Ah. My bad. You need to access the correct column in the row array.
foreach my $row_db ( sort { deaccent($a->[1]) cmp deaccent($b->[1]) } +@$selected ) { my ($ID, $column1, $column2) = @$row_db; print "$column1\n"; }
In reply to Re^3: SQLite (DBD) Sorting
by thundergnat
in thread SQLite (DBD) Sorting
by fanticla
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |