Help for this page
my $error_html = "<font face=\"Arial, Helvetica, sans-serif\" size=\"2\" color=\"red\" +>error<\/font>";
my $error_string = $error_html; ... $error_string =~ s/error/$user->get_error_string/; $template->param( user_name_error_string => $error_string );