in reply to Perl 5.005_03ism?

My guess is that with strict and a module starting with a lowercase letter you get that.. might also go away if you tried dbhandler::xxx->new. Perhaps the strict is checking a module you made (dbhandler) which itself was not written using strict? (i.e. error is within dbhandler?)