Help for this page
use strict; use warnings; ... <body> </body> </html>
<html lang="en"> <head> ... <body> </body><!DOCTYPE html PUBLIC><!-- saved from url --> </html>
my @prefix = @{$tree->{_content}}[2..3]; @{$tree->{_content}} = @{$tree->{_content}}[0..1]; print $prefix[0]->as_HTML(undef, ' '); print $prefix[1]->as_HTML(undef, ' ');