Hi,
Is there any way in which we can set value for a DCR field in perl.
We have always used the code for getting the fields from DCR.
my $oldparser = TeamSite:: DCRparser->new();
my $oldrootnode = $oldparser->parse($DCR);
@reps = $oldrootnode->get_node_list('Required Fields');
for $rep (
@reps) {
$old_code = $rep->value('id');
}
is there any similar way in which we can set the DCR fields value. The DCR field is within the container "Required Fields"