Help for this page

Select Code to Download


  1. or download this
    my $object = My::CDBI::Class->create({ id => 1, label => 'example' });
    
  2. or download this
    my $object = My::CDBI::Class->retrieve(1);
    
  3. or download this
    $object->label('new example');
    $object->update;