Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: bareword error

by grep (Monsignor)
on Mar 13, 2008 at 23:40 UTC ( [id://674109]=note: print w/replies, xml ) Need Help??


in reply to bareword error

= is for assignment
=~ is a binding operator for regex's

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)
Should fix it.
UPDATE: added comment about delimiters
grep
One dead unjugged rabbit fish later...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://674109]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found