Help for this page

Select Code to Download


  1. or download this
    $obj->run(sub {})
    $obj->run(-txn => 1, sub {});
    ...
    $obj->run(-retry => 1, sub {});
    $obj->run(-txn => 1, -retry => 1, sub {});
    ...
    
  2. or download this
    $obj->runopts(-txn => 1, -retry => 1);
    $obj->run(sub {});