printing counter1 0 1 2 done printing counter1 printing counter2 0 1 2 done printing counter2 3=counter1 final 0=counter2 final #How can I get MCE to make $counter2 available to print()? $VAR1 = { '2' => 'two', '1' => 'one', '3' => 'three' }; $VAR1 = {}; #How can I get MCE to make %hash2 available to Dumper()?