Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Back to the __future__

by cdarke (Prior)
on Aug 19, 2011 at 09:12 UTC ( [id://921188]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Back to the __future__
in thread Back to the __future__

What's wrong with:
use 5.18; no 5.22;
which would mean "use any release after 5.18, but not 5.22 or higher".

Replies are listed 'Best First'.
Re^4: Back to the __future__
by Tux (Canon) on Aug 19, 2011 at 14:58 UTC

    Help. /me has a hard time parsing that. With Jesse's proposal that would render the second statement useless, as the first already states that you want it the way it is for 5.18. Nothing wrong with that. But in that proposal, you (as a programmer, not as author here) ignore all the stuff that was released after 5.18 so no 5.20; is useless as you already said so.

    What I was looking for is about what Corion said. I need at least version X (because an important bug was fixed or some new (at that time) killer feature was being introduced (like Unicode 6.0 in 5.14.1) but I trust perl to have not fucked up in later releases. That is how I always interpreted the use v5.12; syntax.


    Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-26 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found