I have an Array of Hashes which I would like to pass from one web-page to another using CGI. Please suggest any ideas.
Here is the structure i have printed using Data::Dumper
[
{
'PageNum'=>1,
'VarName' => 'name1',
'Value' => ' value1',
'Min' => ' min1',
'Max' => ' max1',
'Mod' => ' '
},
{
'PageNum'=>1,
'VarName' => 'name2',
'Value' => ' value2',
'Min' => ' min2',
'Max' => ' ',
'Mod' => ' '
},
etc..
etc..
{
'PageNum'=>2,
'VarName' => 'nam1',
'Value' => ' val1',
'Min' => ' ',
'Max' => ' ',
'Mod' => ' '
},
{
'PageNum'=>2,
'VarName' => 'nam2',
'Value' => ' val2',
'Min' => ' mn2',
'Max' => ' ',
'Mod' => ' '
},
etc..etc..
]
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.