Help for this page
my $paths = $dbh->selectcol_arrayref(""select path from application_ta +ble where number = ? ORDER BY some_other_number", {}, $number); foreach my $path ( @$paths ){ print "PATH: $path\n"; }