I have the following regex:
$_ =~ s/<!--PERLINSERT:transformXML-->/`sabcmd $boilervalues{'XSLTPath'}\\$xsl $xml`/gie;
It works but...I need to replace the <!--PERLINSERT:transformXML--> with the output from the `sabcmd $boilervalues{'XSLTPath'}\\$xsl $xml` and am not getting the output!!! sabcmd is an app that is on the path so the program IS being run. Please help!!!