Help for this page

Select Code to Download


  1. or download this
    my %sth;
    foreach( qw( guest name shoe_size ) ) {
    ...
    SELECT distinct email from contacts where $_ = ? order by email
    }) or warn "Error preparing for $_: " . $dbh->errstr . "\n";
    }
    
  2. or download this
    $sth{$column} ||= $dbh->prepare( make_select( $column ) );