in reply to Re^3: kind of effort required for learning OO perl ?!
in thread kind of effort required for learning OO perl ?!

What does dog->new() return? If you didn't have any new() defined in Bar, what would Bar->new() return?

I borrowed this syntax from the perlbot example

Thanks. I'll submit a patch to fix that example code.