On Sat, 12 Oct 2002 08:43:46 -0700, Larry Wall wrote:

> On Sat, 12 Oct 2002, Graham Barr wrote:
> : Or even something like
> :
> :   use Acme[1.0];
> 
> Hmm.  Looks kinda like a subscript, which could be sliced to give an
> acceptable version range:
> 
>     use Acme[1;0..];

Might it be possible to say "use any installed version of Acme below 2.0"?

        use Acme[..2;0];

That could also be helpful.

-- c

Reply via email to