my $rcs = Rcs->new; # guessing the next line from your question $rcs->file($testCaseName); # equivalent to running "co -r 1.2" on the command line; # that is, will retrieve version 1.2 without locking. $rcs->co("-r" => "1.2");