in reply to CGI Upload with OLD CGI.pm

Yes, the HTML form has the correct enctype, multipart/form-data. If I move that print $buffer[0] line inside the no strict; block, it works fine. But I actually want to do a whole LOT of stuff with the data, and I'd really rather not move it all inside the no strict; block. :)