my $rec = $this->record_source(0)->next_record;
my $pval = $rec->pvals->[0];
if ($pval->value =~ /^file:/) {
   $pval->value = "File Path";
}

Copyright © Legal Notices