Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
           ->debug( 1 );
    
    print $select->return();
    
  2. or download this
    DEBUG: logic broken up
        'a ', 'AND', ' o'
    ...
    
    DEBUG: sql
        SELECT * FROM main WHERE ((col1 = ?) AND (col2 = ?)) AND (col1 != 
    +?) ORDER BY col1 LIMIT 20, 10