Never mind,
I was able to login to CVS from my perl
script with the following statement

$pid = open(WRITEME, "|cvs login") or die "Couldn't folk: $!\n";
print WRITEME "password";

Thanks!

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 28, 2001 12:56 PM
> To: John Tucker
> Cc: [EMAIL PROTECTED]
> Subject: Re: Is there a Perl CVS Module?
> 
> 
> John Tucker <[EMAIL PROTECTED]> writes:
> 
> > Hello,
> > I want to execute CVS commands from a
> > perl script I'm writing.  Does anyone
> > know where I can get a Perl CVS module?
> 
> Is there something you can't accomplish by just using:
> 
>    system("cvs ....");
> 
> ?
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to