Re: Putting sort routines in modules

2003-06-07 Thread Rob Dixon
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

Putting sort routines in modules

2003-06-07 Thread Freimuth,Robert
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