use strict; use warnings; open(FH,"<./test.html") || die "couldn't open file $!\n"; my @html=; close(FH); print @html; print " my script stuff

\n"; print ''; ####