nt2282 has asked for the wisdom of the Perl Monks concerning the following question:

Hi , I am trying to write a script which does the wincvs login and does some checkout operations. When i do it from command prompt with command Code: wincvs -d :pserver:username@server:/cvs/repository it pops up a cvs window and i can do some operations there. I wanted to automate this through perl scripting ,so neded some help in achieving it. Just wanted to have some idea how i can do this. Thanks

Replies are listed 'Best First'.
Re: login to cvs through perl script
by moritz (Cardinal) on May 17, 2010 at 15:37 UTC
    Maybe use the existing Cvs module from CPAN? Sounds like somebody has already done the hard work for you.

    Update: fixed link

    Perl 6 - links to (nearly) everything that is Perl 6.
    A reply falls below the community's threshold of quality. You may see it by logging in.