http://www.perlmonks.org?node_id=504467


in reply to New Module Announcement: Object::InsideOut

Seems pretty neat. One little technical question: in the second example in the SYNOPSIS, how does it know that the 'INFO' argument to new() corresponds to the %info hash? As I read it you would need to add 'Field' => \%info to the initArgs hash to do that.

Replies are listed 'Best First'.
Re^2: New Module Announcement: Object::InsideOut
by jdhedden (Deacon) on Nov 01, 2005 at 03:59 UTC
    Thanks. I'll correct that in the next release.

    Remember: There's always one more bug.