# Add a supersection above "They are extremely cool" my $moving_section = $sections->[1]; $sections->[1] = { content => 'And moving sections is easy too!', subsecs => [ $moving_section ] }; recurse_section( $sections );