X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c7553a378159f9e67db3126fa48959b496853b3..b513b1ef51a01f90bd2a234a69fae4f69013d0f3:/scripts/console diff --git a/scripts/console b/scripts/console index fc982aa3c..ca20b2bfe 100755 --- a/scripts/console +++ b/scripts/console @@ -122,8 +122,9 @@ EOL } sub pp { - $Data::Dumper::Indent = 2; - $Data::Dumper::Maxdepth = 2; + local $Data::Dumper::Indent = 2; + local $Data::Dumper::Maxdepth = 2; + local $Data::Dumper::Sortkeys = 1; Data::Dumper::Dumper(@_); }