Help for this page

Select Code to Download


  1. or download this
    
    sub callbacks_for_today {
    ...
    
    }
    
  2. or download this
    sub swap_sql {
        my ($sql_fragment, $sub_hint, $sub_expr) = @_;
    ...
        $sql_fragment;
    }
    
  3. or download this
    
    sub callbacks_for_tomorrow {
    ...
    
         \@tomorrow_sql;
    }