in reply to How else can I read from a file without using a while loop, testing for the EOF?
$/ = undef; $wholefile = <FILE>; [download]