use 5.010; my %FORM = ( a => "abc", b => "defg" ); say for %FORM; say join "", %FORM;