Help for this page

Select Code to Download


  1. or download this
    my $tags ='';
    if ($form{'abstract'} ne "") {
    ...
    }
    
    print my $cgi->escapeHTML( $tags);
    
  2. or download this
    print my $cgi->escapeHTML(
      join '', ( 
    ...
               robots language distribution rating )         
      ),'<meta name="generator" content="SpyderTagV1.0!"><br>\n'
    );