{ no strict; while (my $bytesread = read($filename,$buffer,1024)) { print FILE $buffer; } } #### $fh = $query->upload('uploaded_file'); while (<$fh>) { print; }