in reply to pattern match on entire file
@file = <FILE>; $temp = join('',@file); [download]
$file = join '', <FILE>; [download]