foreach my $inputfile (iwpt_dcr_value('dcr.Introduction')) { open(INPUT, $inputfile); { local $/ = undef; $contents = <INPUT>; close(INPUT); } $contents =~ s/<font>(.*?)<\/font>/$1/gsi; open(OUTPUT, ">" . $inputfile); print OUTPUT $contents; close(OUTPUT);}
foreach my $inputfile (iwpt_dcr_list('dcr.Introduction')) {
my $content;$content =~ s|<p[^>]*>|<p>|sgi;
<pre>
<p>