Jess Robinson wrote: > > >> >> Well, how do you pass DEFAULT (not 'DEFAULT' string, but DEFAULT SQL >> keyword) to DBI? >> > > Using a literal string like that: > > { mycol => \'DEFAULT' } perl with use strict should complaint on this. Without use strict - complaint as well. Alex.