$heap->{dbi_helper} = POE::Component::DBIAgent->new ( DSN => \@DSN, Queries => { "create_table" => "create table #test ( name varchar(30), value varchar(50) )", "drop_table" => "drop table #test", }, Count => 1, Debug => 1, );