Help for this page

Select Code to Download


  1. or download this
    package MyClass::DBI;
    use strict;
    ...
        return(@return_values);
    
    } #eosub--do_transaction
    
  2. or download this
    my $user = MyClass::DBI->do_transaction(sub {
        my($self) = @_;
    ...
        }
        return($model);
    },$self);