From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <5d375e920903171726n14a9fc13h1bbd0c240361c34e@mail.gmail.com> References: <5d375e920903171623o342cd0e9t71c99f1610336273@mail.gmail.com> <3ff1e538838701045eea15d8b8a78e14@quanstro.net> <5d375e920903171726n14a9fc13h1bbd0c240361c34e@mail.gmail.com> Date: Tue, 17 Mar 2009 18:23:33 -0700 Message-ID: Subject: Re: [9fans] Strange rc bug for the 9fans bug-squashing squad From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: bdd31dec-ead4-11e9-9d60-3106f5b1d025 On Tue, Mar 17, 2009 at 5:26 PM, Uriel wrote: > Unfortunately that doesn't work in this case, my input is HTTP post > data, which is a single line of URL-encoded text which I have to > decode into multiple parameters of arbitrary length. writing a shell script doesn't mean you have to write everything in the shell. why not write a simple c program that reads stdin, decodes the key=value arguments, and writes each "value" to /env/form_key? russ