Help for this page

Select Code to Download


  1. or download this
    my $id = $obj->setID(); # return current _id
    
  2. or download this
     my $new_id = $obj->setID( 42 ); # updates and returns new _id 42
     # or just:   $obj->setID( 42 );