in reply to using split to assign a single variable

my $version = ( split( / /, $rcs ) )[ 3 ];

should work.