application. I would like to have a development version of my application running on a different port to test things. However, because memory is still expensive relative to my budget, I want to run both sites (production and development) in the same server. However the global
variable needs to somehow be partitioned, as it would represent a handle to the production DB on the main site, and a handle to the development DB on the virtual site. Is there a quick fix for this, or do I have to <vi_command>
</vi_command> my development perl module in vi and then reverse when I move some code up to production?