> > > >Any reason you're assigning $self->dbi to $dbi and using that? > you mean dbh? yes, it's required, because quote_identifier like quote is > method of the database handle not statement. > Er. Sorry. There's code of the form: my $dbh = $self->dbh; $dbh->quote_identifier(); Since it's just a reference, I don't quite understand the point.