Help for this page

Select Code to Download


  1. or download this
        { no strict 'refs';
          $sth->bind_columns( map { \${"c_$_"} @{ $sth->{NAMES_lc} } ) }
    
  2. or download this
        local $, = ',$'; # saves on the joins
        eval "\$sth->bind_columns(\\( \$@{$sth->{NAMES_lc}} ))"