Help for this page

Select Code to Download


  1. or download this
    This is perl 5, version 20, subversion 2 (v5.20.2) built for i586-linu
    +x-gnu-thread-multi-64int
    (with 42 registered patches, see perl -V for more detail)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    test('test1','ascii');
    test('test2','äöüßÄÖÜ');
    $dbh->disconnect();
    
  3. or download this
    DBI is version 1.631, DBD::Pg is version 3.4.2
    client_encoding=UTF8, server_encoding=UTF8
    ...
    </p>
    
    test2 failed on psql readback. Got äöüßÄÖÜ where äöüßÄÖÜ was expected.