Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my $dbh = DBI->connect('DBI:Pg:dbname=mydb', 'user', 'password');
        or die $DBI::errstr;
    
  2. or download this
    Segmentation fault: 11 (core dumped)