Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "LName" via package "myDBPackage::Result::T
    +blRequests" at test_processed_requests.pl line 15, <DATA> line 751.
    
  2. or download this
    $schema->storage->debug(1);
    
  3. or download this
    SELECT me.RID, me.PID, me.original_post_date, me.last_update,
           me.submit_date, me.status, me.sent_email, p.PID,
    ...
            status = ‘Denied’ OR 
            status = ‘Cancelled’ OR 
            status = ‘Conditional Offer’ )
    
  4. or download this
    my @proc_requests = $schema->resultset( 'TblRequests' )->search({
                    -or => [
    ...
                   },
                   { prefetch => 'p' }
         );