perl -MData::Dumper::Perltidy -E' $href = { foo => "bar", longer => "baz", longest => "qux" }; say Dumper $href; '