Help for this page

Select Code to Download


  1. or download this
      my $newstatus = $schema->resultset('Status')->find(2);
      $check->status($newstatus);
    
  2. or download this
      $check->update({status => 2});
      $check->discard_changes();