http://www.perlmonks.org?node_id=87572


in reply to List-to-Range generation

I wish I could double-++ this. It is fantastic!

I needed exactly this a couple of days ago, and I ended up using Set::IntSpan. Oh well... :-)

/me bows reverently to master regexer japhy

--ZZamboni

Replies are listed 'Best First'.
Re: Re: List-to-Range generation
by japhy (Canon) on Jun 11, 2001 at 20:54 UTC
    Thanks muchly. I'm working on one to change (4,5,6,11,12,13,14,19,20,21) to "4-6,11-4,19-21"

    japhy -- Perl and Regex Hacker
      I assume you meant "4-6,11-14,19-21"? If so, that's what this one does, isn't it? What am I missing?

      --ZZamboni

        Your assumption is wrong. Have you never seen ranges like "read pages 121-3"?

        japhy -- Perl and Regex Hacker