Help for this page

Select Code to Download


  1. or download this
    =head1 SYNOPSIS
    
        use Transactions;
        
        my $dbh = DBI->connect(...);
        our $T = $dbh;
    
  2. or download this
    package Transactions;
    
    our $Object;
    ...
        };
    
    ...