Code:
$ffo = '<h1 style="padding: 0px; margin: 0px; margin-top: 5px;">876/8+4'; $rro = '876/8+4'; # получено из $form->param("name1") при use CGI; $ffo =~ s/$rro//; print $ffo;
Displays:
<h1 style="padding: 0px; margin: 0px; margin-top: 5px;">876/8+4
It also works if there is a '\' in the template. If plus remove or four, all works. Advise a beautiful solution, plz.