Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -w
    use strict;
    ...
      my $dbh=DBI->connect($DSN, { RaiseError => 1 });
    }
    __END__