On Fri, Jun 01, 2001 at 10:19:51AM +0100, Tim Bunce wrote:
> Thanks. I'll fix it for the next release. Meanwhile try
>
> ... $attr ? sort %$attr : ();
Um, that will mix the kesy and values. You would need something like
... $attr ? map { ($_,$attr->{$_}) } sort keys %$attr : ()
Graham.
- connect_cached() bug? Mitch Helle-Morrissey
- Re: connect_cached() bug? Tim Bunce
- Re: connect_cached() bug? Graham Barr
- Re: connect_cached() bug? Graham Barr
- Re: connect_cached() bug? Ronald J Kimball
