Re: foreach routine
- Posted by duke normandin <dnormandin at bsdrocksperlrolls.com> Dec 23, 2006
- 676 views
cklester wrote: > > duke normandin wrote: > > > > > > Once I have the above "stash", then we use your "foreach" and "split" code > > to > > massage the FORM[key]=values > > Have you checked out the CGI code available in the archive? I just do this: > > include cgi.e > process_cgi() > -- then > x = get_key_value("whatever") > > ...or something close to that. Easy! :) I have searched the archives, but I don't think that I ran across cgi.e. I will check it out. Thanks! -- duke