Help for this page
if($data =~ /^page$/) { push(@pagesArray,\%hash); }
if($data =~ /^page$/) { push @pagesArray, {%hash}; %hash = (); }