Robert Freimuth wrote:
> Hello everyone,
>
> I was reading about sort in the camel (3rd ed., p. 793) and I found that
> sorting subroutines must be placed in the same package as they are called
> from since $a and $b are package globals. Therefore, sorting functions
> cannot be "modulized" without
Hello everyone,
I was reading about sort in the camel (3rd ed., p. 793) and I found that
sorting subroutines must be placed in the same package as they are called
from since $a and $b are package globals. Therefore, sorting functions
cannot be "modulized" without help. The camel suggests two wor