Help for this page

Select Code to Download


  1. or download this
    
    package DBH;
    ...
        }    
    }
    
  2. or download this
       use strict;
       use DBH qw(&DBHOBJ);
       my $sth = DBHOBJ()->prepare('select blah from table;');
        $sth->execute();