> What I ultimately did to get around this was modify the param scrubbing > code that wanted to modify param so that what it created a new instance > of an APR::Table, which does implement STORE when tied, and put > everything in there. > > Adam
How did you put all the request parameters into an APR::Table object? Did you figure out an easy way to do it? Jimmy