in reply to cvs update -j with perl cvs module

If you can't get a module to do what you want, you could just use system:
system 'cvs update -j' and die "Error: $?";