Don't. WinCVS is a GUI program, and if you want to automate it you'll have to resort to Win32::GuiTest and Win32::API.
It's much simpler to acquire a commandline program (cvsnt) which you can trigger.
| MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!" | | I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README). | | ** The third rule of perl club is a statement of fact: pod is sexy. |
| [reply] |
| [reply] |
I recommend installed cygwin and the CVS client tools (and the OpenSSH client tools, if you plan to have secure access to a CVS repository). This'll give you command-line programs that you can execute from perl, either by system(), backticks, open pipes.
| [reply] |