in reply to Re^3: Ok, what am I doing wrong with my use of CGI::Upload?
in thread Ok, what am I doing wrong with my use of CGI::Upload?

Ok, trying that... nope, doesn't help.  CGI::Upload understands $upload = CGI::Upload->new({query => $query}) and gives the exact same Data::Dumper dump ( die Dumper(\%file, \@foo) ):

Error executing run mode 'import_file': $VAR1 = { 'handle' => bless( \*IO::File::_GEN_0, 'IO::File' ), 'name' => 'user_editor_outline.txt', 'type' => 'txt', 'mime' => 'text/plain' }; $VAR2 = [];