Help for this page
use strict; use warnings; ... ) ); print keys %hash,"||",values %hash," ",$hash{"2"};
my %hash=( "outer"=>{ ... "Kewl"=>2, } );