in reply to Re: Does CGI::Application expose a HTTP::Request object?
in thread Does CGI::Application expose a HTTP::Request object?
whereas binary data produces'__QUERY_OBJ' => bless( { '.script_name' => '/test.tx +t', '.parameters' => [ 'keyword +s' ], 'use_tempfile' => 1, '.path_info' => '', '.charset' => 'utf-8', '.fieldnames' => {}, 'param' => { 'keywords' => +[ + '12345', + '12345', + 'abcde', + 'abcde', + 'äöüäö', + 'äöüäö' +] },
'__QUERY_OBJ' => bless( { '.script_name' => '/image.j +pg', '.parameters' => [ 'lots', 'of', 'array', 'entries', 'of', 'binary', 'data', 'split', ], 'use_tempfile' => 1, '.path_info' => '', '.charset' => 'utf-8', '.fieldnames' => {}, 'param' => { 'and here a pa +rt of the binary data from the key' => [ + 'with more', + 'binary', + 'data', + 'filling', + 'the', + 'array' +] },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Does CGI::Application expose a HTTP::Request object?
by isync (Hermit) on Aug 12, 2010 at 11:36 UTC |