Am 26.05.2005 um 17:41 schrieb Stephen Deasey:
There's some use of ns_parseargs in the nstest_http proc of the test harness, and of course in ns_parseargs.test.
Another one: How would I give a list of acceptable values to an option? For example: -a (1|2|3) so the value of "a", if given, can be one of 1, 2 or 3 but not 4? (Qurious) Zoran