my $html_file = ('Archive_01.php'); open my $html_fh, '<', $html_file or die $!; print "

"; print <$html_fh>; print "

"; close $html_fh;