http://www.perlmonks.org?node_id=169028

What is the best environment to develop Perl code? Every coder here uses a different edit/compile/execute cycle

1. SSH to the remote server and use vi
2. Edit locally then FTP to server to execute
3. Edit directly over network (samba)
4. Use activestate and develop on windows then upload finished program to server
5. Develop locally

So win(apache/Mysql) or lin(Apache/Mysql) locally or remotely.

Should CVS/RCS be in this cycle somewhere?
cheers