Help for this page
perl -MData::Dumper -e 'print Dumper {qw(a - b = c ~ d ^)}' # OUTPUT: ... 'c' => '~', 'd' => '^' };