X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c7553a378159f9e67db3126fa48959b496853b3..6a8787147ad643549eb26cb4f9a373b5b354b8b9:/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(@_); }