OK, my main objective is to write unit tests for a Fast CGI perl script that works with both session and cookies.
Problem: How do I simulate the web-server behaviour while calling my perl script so that it can be called times with session data and cookies intact somewhere.
I imagine I'll use Thus::MockObject somehow for can't figure.
Any pointers or guidance will be appreciated.
Thanks.