in reply to Re^2: Is "ref($class) || $class" a bad thing?
in thread Is "ref($class) || $class" a bad thing?

Would $class = ref($class) || $class || __PACKAGE__; make it work in that case?


___________
Eric Hodges

Replies are listed 'Best First'.
Re^4: Is "ref($class) || $class" a bad thing?
by dragonchild (Archbishop) on Jul 12, 2004 at 20:09 UTC
    How does that fix Foo::new( {} )?

    ------
    We are the carpenters and bricklayers of the Information Age.

    Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

    I shouldn't have to say this, but any code, unless otherwise stated, is untested