Hi,
How do I retrieve the value of the parameter "message" submitted via an online form? I'm trying to get the value of "this is the message" through the saved $session object.Thanks and have a Merry Christmas!$VAR1 = bless( { '_STATUS' => 5, '_OBJECTS' => { 'serializer' => 'CGI: +:Session::Serialize::default', 'driver' => bless( { 'DataColName' => +'a_session', 'Directory' => 'E:/myweb/sessions', 'IdColName' => 'id', + 'TableName' => 'sessions', 'NoFlock' => 0, 'UMask' => 432 }, 'CGI::S +ession::Driver::file' ) }, '_CLAIMED_ID' => '45e0195a202edc839b7ae424 +91f05d43', '_DATA' => { '_SESSION_ETIME' => 7200, '_SESSION_ID' => '4 +5e0195a202edc839b7ae42491f05d43', '_SESSION_REMOTE_ADDR' => '127.0.0. +1', '_SESSION_CTIME' => 1230152786, '_SESSION_ATIME' => 1230152997, ' +_SESSION_EXPIRE_LIST' => {}, '_QUERY' => bless( { '.parameters' => [ +'action', 'message', 'reply' ], 'use_tempfile' => 1, '.tmpfiles' => { +}, '.charset' => 'ISO-8859-1', '.fieldnames' => {}, '.cookies' => { ' +CGISESSID' => bless( { 'value' => [ '45e0195a202edc839b7ae42491f05d43 +' ], 'name' => 'CGISESSID', 'path' => '/' }, 'CGI::Cookie' ) }, 'para +m' => { 'reply' => [ 'Reply' ], 'message' => [ ' this is the message ' ], 'action' => [ 'reply' ] }, 'escape' => 1 }, 'CGI' ), '_DRIVER_ARG +S' => { 'DataColName' => 'a_session', 'Directory' => 'E:/myweb/sessio +ns', 'IdColName' => 'id', 'TableName' => 'sessions' }, '_DSN' => { 's +erializer' => 'default', 'id' => 'md5', 'driver' => 'file' } }, 'CGI: +:Session' );
In reply to CGI::Session get the value of by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |