Help for this page
my $query = new CGI; print $query->header; ... foreach(@dead_links_to_keep) {print "$_<br>";} print $query->end_html;