my $fh = $query->upload('uploaded_file'); # ... while(<$fh>) { # ... }