open (FILEHANDLE, "$text = "";while (read (FILEHANDLE, $newtext, 1)){ $text .= $newtext;}print $text;