in reply to Re^5: login to cvs through perl script
in thread login to cvs through perl script

Thanks Toolic. I am novice in perl and learning with the experience of you monks. My doubt here is that in cvs::simple module i did not see where to give the cvs server details and credentials. I am also not to explore the config items mentioned in the package document.

Replies are listed 'Best First'.
Re^7: login to cvs through perl script
by toolic (Bishop) on May 19, 2010 at 17:03 UTC
    moritz originally pointed you to the Cvs module, but the code sample you posted uses a different module, Cvs::Simple. I have no idea what the difference is between the 2 modules because I have never used either one. Give Cvs a try.