Help for this page
use Data::Dumper; ... # ^ this statement builds a simple hash table, %var print Dumper(\%var);
$VAR1 = { 'a1b2' => 1 };