Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Proper use of And

by philcrow (Priest)
on Jan 09, 2008 at 20:43 UTC ( [id://661497]=note: print w/replies, xml ) Need Help??


in reply to Proper use of And

You have two main problems. One is your if is missing an opening paren:
if ( ( $Session... ) and ( ... ) ) { # ^ this one is missing
Also, your regex is apparently using / for alternation. You probably meant something like:
($Session->{ usrSystem } =~ /SEF|VAL|.../ )
Phil
The Gantry Web Framework Book is now available.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found