* Abigail <[EMAIL PROTECTED]> [2003-07-16 11:33]:
> Yes. GRT usually have the form:
>
> @sort = map { ... }
> sort
> map { ... } @unsorted;
>
> with often pack/unpack in the map blocks, while an ST is
> usually structured as:
>
> @sort = map {$_ -> [0]}
> sort { ... }
> map {[$_ => ...]} @unsorted;It has been argued that a GRT is just a special form of an ST. -- Regards, Aristotle
