Help for this page
Select Code to Download
Select
or
download this
<p>String AAA <b>varname</b> and string AAA and BBB</p>
Select
or
download this
my $sub = $elt->text(); $sub =~ s/AAA/ZZZ/g; $elt->set_text($sub);
Select
or
download this
String ZZZ varname and string ZZZ and BBB