Help for this page

Select Code to Download


  1. or download this
    use DBIx::Easy;
    
    ...
            }
            print "\n";
    }
    
  2. or download this
    package DBIx::Easy;
    use strict;
    ...
            my $self = shift;
            $self->{'dbh'}->disconnect();
    }