_; return unless $self->{debug}; # require JSON::PP; open my $fh, '>>:utf8', 'caroline.debug.log'; print $fh $stuff; # print $fh JSON::PP->new->allow_nonref(1)->encode($stuff) . "\n";