Help for this page

Select Code to Download


  1. or download this
    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";
    }