Help for this page
my $fh = $query->upload('uploaded_file'); ... while(<$fh>) { # ... }
my $data = do { local $/; <$fh> };