perl -wMstrict -MData::Dumper -E '$Data::Dumper::Indent=0; print Dumper {a=>1, b=>2};' $VAR1 = {'a' => 1,'b' => 2};