On Fri, Jun 01, 2001 at 10:23:39AM +0100, Graham Barr wrote:
> 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 : ()

Ignore me, it does not really matter in this case. I'm just having a bad day
and its nove even 10:30 am :)

Graham.

Reply via email to