Re: Question regarding Ranges

2008-12-22 Thread Larry Wall
On Mon, Dec 22, 2008 at 02:32:00PM -0800, cory.spen...@gmail.com wrote: : : I've got a question regarding Ranges and in particular, infinite : Ranges. How should a range such as: : : (0..Inf) : : or : : (-Inf..0) : : be represented when it is converted to a string? I believe that

Question regarding Ranges

2008-12-22 Thread cory . spencer
I've got a question regarding Ranges and in particular, infinite Ranges. How should a range such as: (0..Inf) or (-Inf..0) be represented when it is converted to a string? I believe that Pugs currently attempts to create a range of infinite length and provides no stringified value.