Hi, Is there a way to create a CGI object with its key, value parameters already initialized? This is for testing purposes. I know there is an "offline mode", but I don't want to have to type in the values everytime for testing. I was considering using mock objects for testing, but it is kind of tedious to write down the exact order (via __next) for each access to the CGI object's parameters. Thanks, -- Norman Makoto Su