#!/usr/bin/perl $footer_file = "footer.txt"; open(FILE,"$footer_file"); while() { print $_; } exit;