Help for this page
chdir $wrPath; my $failed = system( "cvs diff >> $reportsPath/diffReport.txt" ); if ( $failed ) { warn "cvs diff returned non-zero exit status $failed\n"; }
use Cwd; ... ... chdir $origpath; # after doing 'system( "cvs diff ..." )'