Help for this page

Select Code to Download


  1. or download this
    use Exporter::Tidy default => [ qw(transaction select_handle commit ro
    +llback) ];
    
    ...
    
        # ...
    }
    
  2. or download this
    transaction {
        select_handle($dhb);
        # ...
    };