in reply to Re^3: Missing object reference in sub
in thread Missing object reference in sub

... but would $id ever get assigned something, if the constructor doesn't return?

Replies are listed 'Best First'.
Re^5: Missing object reference in sub
by chromatic (Archbishop) on Sep 26, 2007 at 23:09 UTC

    No, you're right. You need to create your own object anyway, not stuff the sum method in the Frontier::Daemon namespace, though.