Re: Using a CGI form for editing a freeform hash structure

2004-07-20 Thread Shawn
On Tue, 2004-07-20 at 18:47 -0700, Randal L. Schwartz wrote: > > "Shawn" == Shawn <[EMAIL PROTECTED]> writes: > > Shawn> 1. display a hash of both key/value pairs, hashes, or arrays, fully > Shawn> expanded > Shawn> 2. be able to edit key/value pairs in the structure through the CGI form > Sh

Re: Using a CGI form for editing a freeform hash structure

2004-07-20 Thread Randal L. Schwartz
> "Shawn" == Shawn <[EMAIL PROTECTED]> writes: Shawn> 1. display a hash of both key/value pairs, hashes, or arrays, fully Shawn> expanded Shawn> 2. be able to edit key/value pairs in the structure through the CGI form Shawn> 3. add or delete key/value pairs, or empty sub-hashes Shawn> Even a

Using a CGI form for editing a freeform hash structure

2004-07-20 Thread Shawn
My holy grail for right now is to be able, from a CGI form, allow someone to: 1. display a hash of both key/value pairs, hashes, or arrays, fully expanded 2. be able to edit key/value pairs in the structure through the CGI form 3. add or delete key/value pairs, or empty sub-hashes Even a pretty d