Help for this page

Select Code to Download


  1. or download this
    Result (orderd):
    a
    g
    x
    ä
    
  2. or download this
    Right order:
    a
    ä
    g
    x
    
  3. or download this
    $dbh = DBI->connect( "dbi:SQLite:files/database/data.db" ) || die "Can
    +not connect: $DBI::errstr";
    
    ...
    my ($ID, $column1, $column2) = @$row_db;
    print "$column1\n";
    }