Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Need help with range expression ('0 .. -0.5' === '0 .. 0.5')

by vr (Curate)
on Feb 24, 2019 at 06:36 UTC ( [id://1230486]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Need help with range expression ('0 .. -0.5' === '0 .. 0.5')
in thread [SOLVED]: Need help with range expression ('0 .. -0.5' === '0 .. 0.5')

No, why (from Range Operators):

In list context, it returns a list of values counting (up by ones) from the left value to the right value. If the left value is greater than the right value then it returns the empty list.

I'm embarrassed to see now, I posted almost the same answer as poj 10 minutes after him. I guess I just glanced across available answers without actually reading, thought his was long enough so mine is different, and clicked "create". Sorry about that.

  • Comment on Re^3: Need help with range expression ('0 .. -0.5' === '0 .. 0.5')

Replies are listed 'Best First'.
Re^4: Need help with range expression ('0 .. -0.5' === '0 .. 0.5')
by BillKSmith (Monsignor) on Feb 24, 2019 at 14:00 UTC
    I had already found the pertinent documentation for the range operator (thanks for posting the link). I still cannot find documentation for the special case of array slice.
    Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found