Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by Ratazong (Monsignor)
on Aug 26, 2019 at 13:52 UTC ( [id://11105064]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unless (! $args =~ /\-rs(\s+)(\S+)/ && ! $args =~ /\-p(\s+)(\S+)/ && !
    + $args =~ /\-P(\s+)(\S+)/) {
    
  2. or download this
    unless ((!($args =~ /\-rs(\s+)(\S+)/)) && (!($args =~ /\-p(\s+)(\S+)/)
    +) && (!($args =~ /\-P(\s+)(\S+)/))) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-25 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found