Help for this page

Select Code to Download


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