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.
$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' );
Thanks and have a Merry Christmas!

In reply to CGI::Session get the value of by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.