in reply to CGI array with key value pairs?
As a general advice, you can always use Data::Dumper to see what data structures are really coming into your module.
It may also be a good idea to look at the CGI::Vars method...
Updated advice: It has been pointed out that CGI::Struct is the correct way to go instead of CGI::Vars, but you still have to go through CGI::Vars before passing the result to CGI::Struct
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI array with key value pairs?
by Anonymous Monk on Apr 30, 2013 at 07:41 UTC | |
by space_monk (Chaplain) on Apr 30, 2013 at 11:08 UTC |