Hello forum,i need to recreate a perl script to remove a text string from the generated asp file. this is the current script that i have on the tpl that removes the string from the dcr.item but i need to do the same for each line of code in the asp generated file.my $a_file='';$a_file=iwpt_dcr_value('dcr.Banner.Link Name');$a_file=~ s/\/text_toReplace\///;