sub _debug { my ($self, @text) = @_; my $fname = (caller(1))[3]; print $fname,": ",@text,"\n" if $config::options{debug}{router}; }