D
Dirk Einecke
Hi.
I call i a file like this: index.rb?foo=test1&bar=test2
Now I want all given parameters as local vars:
foo = cgi.params['foo'][0]
bar = cgi.params['bar'][0]
Is there a faster way for example with a loop to write all given
parameters in local vars?
greetings
Dirk Einecke
I call i a file like this: index.rb?foo=test1&bar=test2
Now I want all given parameters as local vars:
foo = cgi.params['foo'][0]
bar = cgi.params['bar'][0]
Is there a faster way for example with a loop to write all given
parameters in local vars?
greetings
Dirk Einecke