Help for this page

Select Code to Download


  1. or download this
    my $data = $DBH->selectall_arrayref("
       select @{[join(',', @COLS)]}
       from songs
       order by ?
    ", undef, ($sort));
    
  2. or download this
    my $data = $DBH->selectall_arrayref("
       select @{[join(',', @COLS)]}
       from song
       order by $sort") or die "DBI::errstr";
    
  3. or download this
    ...
        STORE DBI::db=HASH(0x11c9078) 'dbi_connect_closure' => CODE(0x11c9
    +7f8)
    ...
    Begin dbd_st_fetch
    End dbd_st_fetch
    ...