Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: OR sequence

by ikegami (Patriarch)
on Mar 21, 2008 at 22:38 UTC ( #675544=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (  $FORM{'Comments'} =~ m/http|html|a href/i
       || $FORM{'addr'}     =~ m/http|html|a href/i
       || $FORM{'name'}     =~ m/http|html|a href/i
    )
    
  2. or download this
    for (@FORM{qw( Comments addr name )}) {
       if (m/http|html|a href/i) {
    ...
          last;
       }
    )
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2023-09-26 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?