> =head1 ABSTRACT
> 
> Herein a new syntax is introduced to specify a sort function
> for the keys of any hash.
> 
> =head1 DESCRIPTION
> 
>         %professors{ $a->name cmp $b->name };

I feel the sort order should be specified on the iterator, not on the
hash variable.  It should be possible to have nexted loops traversing
the same hash in different orders.

Hildo

Reply via email to