Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: how to put values into $$rhash_params{'import_file'}->filename?

by MelaOS (Beadle)
on Sep 24, 2008 at 09:50 UTC ( [id://713383]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #------------------------------------------------------
    # Handle all POST, GET, multipart, and upload requests
    ...
    }
    my $upload = $apr->upload;
    if ($upload) { $params{'import_file'} = $upload; }
    
  2. or download this
    $VAR1 = {
              'file_handler' => bless( \*Apache::Upload::_GEN_2410, 'Apach
    +e::Upload' ),
              'import_file' => bless( do{\(my $o = 447703164)}, 'Apache::U
    +pload' ),
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found