Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect($dsn,$user,$pass,{RaiseError => 0, AutoCommit =
    +> 1,
            $driver eq 'mysql' ? (mysql_enable_utf8 => 1) : (),
        });
    
  2. or download this
    sub log {
        my $self = shift;
    ...
        }
        return $self->{ _log };
    }