Help for this page

Select Code to Download


  1. or download this
    FreeBSD 9.2-STABLE #2 r265059
    Perl v5.16.3
    Postgresql 9.1.13
    DBI v1.631
    DBD::Pg v3.0.0
    
  2. or download this
    LANG=bg_BG.CP1251
    LC_CTYPE="bg_BG.CP1251"
    LC_COLLATE="bg_BG.CP1251"
    ...
    LC_MONETARY="bg_BG.CP1251"
    LC_MESSAGES="bg_BG.CP1251"
    LC_ALL=
    
  3. or download this
     Name           |  Owner  | Encoding |   Collate    |    Ctype     |  
    ----------------+---------+----------+--------------+--------------+
     database_name  | yavor   | UTF8     | C            | C            |
    
  4. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    #dumping the fetched data using Data::Dumper
    print "\n Data: " . Dumper($href_row);
    
  5. or download this
     Default Client Encoding: $VAR1 = {
              'client_encoding' => 'UTF8'
    ...
                     'name_en' => '<proper output>',
                     'host' => '<proper output>'
                   },