in reply to bareword error
A match regex needs to delimited by set of 2 symbols not 3.
if ($FORM {'comments'} =~ m/http|html|HTML|A HREF|a href/i) [download]