vim_snippets/PerlDumper.snip

6 lines
124 B
Plaintext
Raw Permalink Normal View History

2024-03-21 13:56:17 +01:00
use JIX::Log;
use Data::Dumper;
$Data::Dumper::Maxdepth = 2;
$Data::Dumper::Sortkeys = 1;
JIX::Log->warn(Dumper(<cursor>));