> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Dana Mitchell > Sent: Wednesday, July 25, 2012 6:30 AM > To: [email protected] > Subject: Re: Using CGIPARSE in REXX > > On Tue, 24 Jul 2012 15:21:44 -0500, McKown, John > <[email protected]> wrote: > > >This is a snippet from a REXX CGI that has been running for > a few years: > > > > > >/* get the POST data into the "qs" variable */ > >qs="" > >do while(lines()) > <snip> > > Thanks for the info John, it looks to me like cgiparse was > ported to rexx without concern as to whether it was useful in > a rexx environment or not. Your examples are both a little > too heavyweight for my application, I think I will parse the > Query string myself. > > Dana
That's reasonable. However, always remember that example code (especially from me), is not always the best possible implementation. Mine was just what I came up with. And the code is not used very often, perhaps 20 times per month, so it doesn't really need to be optimal. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
