Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Catalyst::Request::Upload inside-out-object weirdness

by ikegami (Patriarch)
on Mar 26, 2010 at 15:01 UTC ( [id://831168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = (
       'w',
    ...
       y => $y,
       z => $z,
    );
    
  2. or download this
    my %hash = (
       w => w(),  # Returns <1 or >1 elements
    ...
       y => $y,
       z => $z,
    );
    
  3. or download this
    (
        size => 374205,                 \ or vice-versa
    ...
        tempname => "/tmp/5xSW7Swasp",
        filename => "aaa.jpg",
    )
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://831168]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found