Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: regex return true instead of false (precedence)

by rsFalse (Chaplain)
on Aug 27, 2019 at 16:40 UTC ( [id://11105131]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( not 0
       || $args =~ /\-rs(\s+)(\S+)/x
    ...
       || $args =~ /\-p (\s+)(\S+)/x
       || $args =~ /\-P (\s+)(\S+)/x
       ){ ... }
    
  2. or download this
    if( $args !~ / (*FAIL)
       | \-rs(\s+)(\S+) 
    ...
       | \-P (\s+)(\S+)
       | \-p (\s+)(\S+)
       /x ){ ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found