undef $/; open (FILE,"/path/to/header.html"); my $file = <FILE>; close(FILE); print "$file"; [download]
In reply to Re: How to include files in perl? by perlsen in thread How to include files in perl? by sbhar