use CGI; my $cgi = CGI->new; # erstelle CGI-Instanz my $handle = $cgi->param('name_input_type_file'); binmode $handle; # wie gesagt...