For Data::Dumper, we have options for indentation:
$Data::Dumper::Indent = 1;
I don't prefer 2 or 3. In option 1, it was 2 whitespace added. Can I change?
For Data::Dumper, we have options for indentation:
$Data::Dumper::Indent = 1;
I don't prefer 2 or 3. In option 1, it was 2 whitespace added. Can I change?
No. $Data::Dumper::Indent
and $Data::Dumper::Terse
are the only means of controlling the indenting.