Help for this page

Select Code to Download


  1. or download this
    ( sent_email is NULL OR
      sent_email='0000-00-00');
    
  2. or download this
      sent_email => {'!=', undef },
      sent_email => {'!=', '0000-00-00
    
  3. or download this
    my @proc_requests = $schema->resultset( 'TblRequests' )->search({
      -or =>[ status => 'Review' ,  
    ...
      },
      { join => 'p' }
    );