Re: Any way to run two versions of the same perl classes at the sametime?

2002-04-02 Thread Stas Bekman
Thomas Burkholder wrote: Hi there- I've reached a point where I've released a stable version of my project (areaj, at www.areaj.org) with a demo server (www.areaj.org/areaj) but I want to continue development work on the same machine. But, obviously the new and old versions of the code

Re: Any way to run two versions of the same perl classes at the sametime?

2002-04-02 Thread chubuk
Hi! You can use this method. Run another apache server in port 8080 (for example) You can't change dir when move script to front server. See - http://www.my_server.com:80/index.html (or http://www.myold.com/index.html) http://www.my_server.com:8080/index.html - developer server. Vlad Chubuk