Help for this page

Select Code to Download


  1. or download this
    sub connect {
        return eval {
    ...
    
    my $dbh = connect()
       or die("Can't connect: $DBI::errstr\n");