in reply to Re: debugging /logging helpin thread debugging /logging help
sub debug_info { return(0) unless $verbose; print join ':', "\n*", @_; print "\n"; return 1; } [download]