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