Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: grep flip flop (range operator)

by Anonymous Monk
on Sep 13, 2012 at 07:04 UTC ( [id://993384]=note: print w/replies, xml ) Need Help??


in reply to Re: grep flip flop (range operator)
in thread grep flip flop (range operator)

Edit: Upon further reading, it looks like the range operator isn't parsed in scalar context, as the following does print something: perl -le " print for grep scalar 1 .. /Q/, @ARGV " a b c Q r s

I use    perl -MO=Deparse,-p what you have is  (scalar(1) .. /Q/)

you need  scalar( 1 .. /Q/ ) to get nothing :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://993384]
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: (2)
As of 2024-04-20 16:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found