X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f942a47abc0f2d930bc97002fd0cbefe8df58b83..27fee47d93a517c42f7e30390ebc5b6308eedb16:/scripts/console diff --git a/scripts/console b/scripts/console index dcaaabc11..ca20b2bfe 100755 --- a/scripts/console +++ b/scripts/console @@ -124,6 +124,7 @@ EOL sub pp { local $Data::Dumper::Indent = 2; local $Data::Dumper::Maxdepth = 2; + local $Data::Dumper::Sortkeys = 1; Data::Dumper::Dumper(@_); }