in reply to
Undefined hash value (or so it thinks)
Hash
reference
, not hash
index
. Apparently, uploadInfo($file) is returning undef, and you're trying to deref it.
The PerlMonk
tr///
Advocate
Comment on
Re: Undefined hash value (or so it thinks)
In Section
Seekers of Perl Wisdom