On 07/10/01 15:58 -0700, Allison Randal wrote:
> - Pick a directory and grep (or ack) for 'find_type'. It was a common idiom 
> in the old object system that doesn't work any more. Change:
>
> $IX = find_type "ClassName"
> $PX = new $IX
>
> to:
>
> $PX = new "ClassName"

what about:
    find_type $I0, "Stream::Sub"
    new counter, $I0

==> should it be changed to:
    counter = new "Stream::Sub"
?


other question: which directory has the higher priority for you?

jérôme 
-- 
[EMAIL PROTECTED]

Reply via email to