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.


Reply via email to