On Tue, Mar 17, 2009 at 5:26 PM, Uriel <urie...@gmail.com> 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

Reply via email to