Help for this page

Select Code to Download


  1. or download this
    # If <html> or <a href= tags are present abort the message
      if ($FORM {'comments'}  = m//http|html|HTML|A HREF|a href/i)
      {      &html_message;
      }
    
  2. or download this
    Bareword found where operator expected at anth-com.pl line 75, near "m
    +//http"
    syntax error at anth-com.pl line 75, near "m//http"
    Execution of anth-com.pl aborted due to compilation errors.