open FILE, '<', $file or die "Cannot open $file for reading: $!"; print "Content-Type: text/plain; charset=ISO-8859-1\n"; print ; close FILE;