Help for this page

Select Code to Download


  1. or download this
     my @returned = 
       withDB {
    ...
         
         # Optionally pass 'handle factory' after this block.
       };
    
  2. or download this
      withDB {
        forSelect {
    ...
    
        } shift, $query, \@bindvals;
      };