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