Help for this page
open(FH,"../top.html") || die "couldn't open file $!\n"; my @html=<FH>; close(FH); print @html;