Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Converting a list of numbers to use a range operator

by 2teez (Vicar)
on Mar 24, 2013 at 08:11 UTC ( [id://1025129]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Converting a list of numbers to use a range operator
in thread [Solved] Converting a list of numbers to use a range operator

I even love the way Parse::Range does it.
Putting your original $list in the function parse_range prints out beautifully like so:

use warnings; use strict; use Parse::Range qw(parse_range); my $list = "2-4,10-12"; print join ','=> parse_range($list); # 2,3,4,10,11,12

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found