Help for this page
use strict; use Data::Dumper; ... }; print Dumper($thing) . "\n";
$VAR1 = { 'a' => 5, 'b' => 6 };