in reply to Re: Perl/Cgi: Passing Hash Data Within
in thread Perl/Cgi: Passing Hash Data Within

is there anything that won't use files?
  • Comment on Re^2: Perl/Cgi: Passing Hash Data Within

Replies are listed 'Best First'.
Re^3: Perl/Cgi: Passing Hash Data Within
by Elijah (Hermit) on Jan 25, 2005 at 01:22 UTC
    Yes,

    You can build your cgi page looping through your hash keys and creating a dynamic page. Then re-assign the values and pass them in as hidden parameters.

    As long as you import your parameters into each form tag and then submit them out you can pass parameters for ever.

    Here is somewhat of an in depth example but I am sure you can see how I have passed them in the code.

    Here I assign the values from the hash at first but once loaded I pass them using hidden parameters. You can see a working example of this script here.

    Hope this is of some use to you.

Re^3: Perl/Cgi: Passing Hash Data Within
by Aristotle (Chancellor) on Jan 25, 2005 at 01:23 UTC

    Look closer, I already answered that… :-)

    Makeshifts last the longest.