in reply to Catalyst::Request::Upload inside-out-object weirdness
ormy %hash = ( 'w', x => $x, y => $y, z => $z, );
my %hash = ( w => w(), # Returns <1 or >1 elements x => $x, y => $y, z => $z, );
If so, it should give a "Odd number of elements in hash assignment" warning.
In this case, the following was assigned to the hash:
( size => 374205, \ or vice-versa type => "image/jpeg", / "charset=utf-8; Content-Transfer-Encoding: binary", XXX headers => $headers, tempname => "/tmp/5xSW7Swasp", filename => "aaa.jpg", )
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Catalyst::Request::Upload inside-out-object weirdness
by andye (Curate) on Mar 26, 2010 at 15:05 UTC | |
by ikegami (Patriarch) on Mar 26, 2010 at 15:09 UTC | |
by andye (Curate) on Mar 26, 2010 at 15:15 UTC | |
by ikegami (Patriarch) on Mar 26, 2010 at 15:18 UTC | |
by andye (Curate) on Mar 26, 2010 at 15:19 UTC | |
by ikegami (Patriarch) on Mar 26, 2010 at 15:39 UTC | |
by andye (Curate) on Mar 26, 2010 at 15:43 UTC |