my @_isa_parts = split '::' => ref($self ); pop @_isa_parts; # pop off the ::DB stuff ... my $LoggerClass= ((join "::" => @_isa_parts) . "::Debug");