foreach my $row_ref(@{selecthashref("SELECT * FROM ordner ORDER BY ordnername ASC")}){ print "$row_ref->{ordnerid}\n"; }