Hey I have a question about calling cvs commands from Perl. I have trouble getting Perl to work correctly.
> cvs checkout module
and in Perl I am trying
` cvs checkout module `
BUt I don't think I use the module directory. Also commit is tricky
../module > cvs commit file
how do I do this from Perl? with out running it from the directory.
> cvs checkout module
and in Perl I am trying
` cvs checkout module `
BUt I don't think I use the module directory. Also commit is tricky
../module > cvs commit file
how do I do this from Perl? with out running it from the directory.